From 386488c833a007c2fda1011ba2db4e86a0840307 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Wed, 19 Dec 2012 22:15:24 -0600 Subject: Unify _DEBUG variable values to be true or false for l-b-cgi. --- frontends/cgi/live-build-cgi.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/cgi/live-build-cgi.default') diff --git a/frontends/cgi/live-build-cgi.default b/frontends/cgi/live-build-cgi.default index 8427de239..41aa58dc4 100644 --- a/frontends/cgi/live-build-cgi.default +++ b/frontends/cgi/live-build-cgi.default @@ -1,10 +1,10 @@ # Defaults for /etc/cron.daily/live-build-cgi -_WEBBUILD="disabled" +_WEBBUILD="false" _MODE="debian" -_DEBUG="disabled" +_DEBUG="false" _DESTDIR="/srv/debian-live/build/www" _TEMPLATES="/usr/share/live/build/templates/cgi/${_MODE}" -- cgit v1.2.3