check_process.sh: fix schebang
This commit is contained in:
parent
ea1b2d7c1b
commit
f4732d2fd5
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Check if a process is running using Icinga2 and pgrep
|
# Check if a process is running using Icinga2 and pgrep
|
||||||
# Usage: ./check_process.sh -p <process_name> -s <pretty_service_name>
|
# Usage: ./check_process.sh -p <process_name> -s <pretty_service_name>
|
||||||
|
|
Loading…
Reference in New Issue