From d1eb25959a9dad078a9d9ced81276b83d913641e Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Sun, 14 Mar 2010 12:05:33 -0500 Subject: Added debug option on l-h.cgi cron. --- cgi/cron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cgi/cron b/cgi/cron index c239332..0bf4554 100755 --- a/cgi/cron +++ b/cgi/cron @@ -25,6 +25,12 @@ then exit 0 fi +# Turn on debug if enabled +if [ "${_DEBUG}" = "enabled" ] +then + set -x +fi + # Checking lock file if [ -f /var/lock/live-helper.cgi.lock ] then -- cgit v1.0