[SCM] live-helper branch, debian-next, updated. debian/2.0_a8-1-60-g91a9603

Richard Nelson unixabg at gmail.com
Sun Mar 14 17:20:58 UTC 2010


The following commit has been merged in the debian-next branch:
commit b9d99de7fec411dcf90f72263b031f2135ad71f6
Author: Richard Nelson <unixabg at gmail.com>
Date:   Sun Mar 14 12:05:33 2010 -0500

    Added debug option on l-h.cgi cron.

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

-- 
live-helper



More information about the debian-live-changes mailing list