check_process.sh: fix schebang

This commit is contained in:
Cyberes 2023-06-08 12:18:42 -06:00
parent ea1b2d7c1b
commit f4732d2fd5
Signed by: cyberes
GPG Key ID: 6B4A33836A9500FE
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Check if a process is running using Icinga2 and pgrep
# Usage: ./check_process.sh -p <process_name> -s <pretty_service_name>