Procházet zdrojové kódy

Remove PATH restriction

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon před 20 roky
rodič
revize
087bf1c765
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      plugins-scripts/check_log.sh

+ 2 - 2
plugins-scripts/check_log.sh

@@ -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"