From: Ton Voon Date: Wed, 22 Mar 2006 14:32:06 +0000 (+0000) Subject: Remove PATH restriction X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=087bf1c765d3409fbbad3d8b0719e6092828db05;p=nagiosplug.git Remove PATH restriction git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1343 f882894a-f735-0410-b71e-b25c423dba1c --- 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 @@ # 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"