diff options
Diffstat (limited to 'nagios-plugins/check_shutdown')
-rwxr-xr-x | nagios-plugins/check_shutdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-plugins/check_shutdown b/nagios-plugins/check_shutdown index 756e6fb..d0b6afe 100755 --- a/nagios-plugins/check_shutdown +++ b/nagios-plugins/check_shutdown @@ -5,7 +5,7 @@ set -e -PATH=/bin:/sbin:/usr/sbin:/usr/bin:/local/bin:/local/sbin +PATH=/bin:/sbin:/usr/sbin:/usr/bin shutdownpid="`pgrep '^shutdown$'|head -1`" |