From a486a29f80ebecf65535ab3ee2e67246347d0124 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Fri, 31 May 2013 14:34:01 -0500 Subject: Adding set +e to l-b-cgi.cron so script will finish on errors. --- frontends/cgi/live-build-cgi.cron | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/cgi/live-build-cgi.cron') diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron index d6a474e2e..bd2694d8f 100755 --- a/frontends/cgi/live-build-cgi.cron +++ b/frontends/cgi/live-build-cgi.cron @@ -111,6 +111,8 @@ then # Run build if config went ok if [ "${_ERRORCONFIG}" -eq "0" ] then + # We need to finish script. + set +e lb build noauto >> "${_BUILD_PATH}"/log 2>&1 _ERRORBUILD="${?}" else -- cgit v1.2.3