Code

Remove PATH restriction
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 22 Mar 2006 14:32:06 +0000 (14:32 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 22 Mar 2006 14:32:06 +0000 (14:32 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c

plugins-scripts/check_log.sh

index 601c6930308388a20c6d37446fd65bfe562c4580..38375dd15c0440e2d08cb0e10348bff8ce9ffaa2 100755 (executable)
@@ -57,8 +57,8 @@
 
 # Paths to commands used in this script.  These
 # may have to be modified to match your system setup.
-
-PATH=""
+# TV: removed PATH restriction. Need to think more about what this means overall
+#PATH=""
 
 ECHO="/bin/echo"
 GREP="/bin/egrep"