diff options
| author | Richard Nelson <unixabg@gmail.com> | 2010-03-14 12:05:33 -0500 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
| commit | d1eb25959a9dad078a9d9ced81276b83d913641e (patch) | |
| tree | cdaf2790cc6e24c7c62ba5ce4dc5222f41d07b16 | |
| parent | 1da384e8036d72153071a25f2016f63588bf1e35 (diff) | |
| download | vyos-live-build-d1eb25959a9dad078a9d9ced81276b83d913641e.tar.gz vyos-live-build-d1eb25959a9dad078a9d9ced81276b83d913641e.zip | |
Added debug option on l-h.cgi cron.
| -rwxr-xr-x | cgi/cron | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
