Code

Remove PATH restriction
[nagiosplug.git] / 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"