From 087bf1c765d3409fbbad3d8b0719e6092828db05 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 22 Mar 2006 14:32:06 +0000 Subject: 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" -- cgit v0.10-9-g596f