summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_log.sh
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-03-22 14:32:06 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-03-22 14:32:06 (GMT)
commit087bf1c765d3409fbbad3d8b0719e6092828db05 (patch)
treef2aee569a0b10c64450612cd8b81e1eccaa4c3c1 /plugins-scripts/check_log.sh
parent300a7768a862f05482015ba67fd384b2d3a85d37 (diff)
downloadmonitoring-plugins-087bf1c765d3409fbbad3d8b0719e6092828db05.tar.gz
Remove PATH restriction
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/check_log.sh')
-rwxr-xr-xplugins-scripts/check_log.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh
index 601c693..38375dd 100755
--- a/plugins-scripts/check_log.sh
+++ b/plugins-scripts/check_log.sh
@@ -57,8 +57,8 @@
57 57
58# Paths to commands used in this script. These 58# Paths to commands used in this script. These
59# may have to be modified to match your system setup. 59# may have to be modified to match your system setup.
60 60# TV: removed PATH restriction. Need to think more about what this means overall
61PATH="" 61#PATH=""
62 62
63ECHO="/bin/echo" 63ECHO="/bin/echo"
64GREP="/bin/egrep" 64GREP="/bin/egrep"