summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfrontends/cgi/live-build-cgi.cron2
1 files changed, 2 insertions, 0 deletions
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