From c84dfffe31a9e5aaad6243f1f1004c8d460a5ce1 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Sat, 23 Feb 2013 10:11:02 -0600 Subject: Add sanity check on config type to build for l-b-cgi. --- frontends/cgi/live-build-cgi.cron | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'frontends') diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron index 4ce9a9c60..391db4b77 100755 --- a/frontends/cgi/live-build-cgi.cron +++ b/frontends/cgi/live-build-cgi.cron @@ -67,6 +67,12 @@ then git clone ${_LB_GIT} "${_TEMPDIR}"/"${_BUILD}" >> /var/log/live _ERRORGIT="${?}" + # Sanity check to default to something since we are going to build from git clone. + if [ -z "${_LB_CONFIG}" ] + then + _LB_CONFIG="standard" + fi + # Now set a variable for the correct build path _BUILD_PATH="${_TEMPDIR}/${_BUILD}/images/${_LB_CONFIG}" -- cgit v1.2.3