[SCM] live-helper branch, debian, updated. debian/2.0_a8-1-43-g99bea7a

Daniel Baumann daniel at debian.org
Sun Mar 14 17:28:59 UTC 2010


The following commit has been merged in the debian branch:
commit c3b5da9a8044ad7b5a9a1eab1753a402f6aa9bef
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