diff options
-rwxr-xr-x | plugins-scripts/check_log.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index 601c6930..38375dd1 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" |