aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-plugins/check_shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-plugins/check_shutdown')
-rwxr-xr-xnagios-plugins/check_shutdown2
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`"