diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 14:32:06 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-22 14:32:06 (GMT) |
commit | 087bf1c765d3409fbbad3d8b0719e6092828db05 (patch) | |
tree | f2aee569a0b10c64450612cd8b81e1eccaa4c3c1 | |
parent | 300a7768a862f05482015ba67fd384b2d3a85d37 (diff) | |
download | monitoring-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
-rwxr-xr-x | plugins-scripts/check_log.sh | 4 |
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 | |
61 | PATH="" | 61 | #PATH="" |
62 | 62 | ||
63 | ECHO="/bin/echo" | 63 | ECHO="/bin/echo" |
64 | GREP="/bin/egrep" | 64 | GREP="/bin/egrep" |