diff options
author | Richard Nelson <unixabg@gmail.com> | 2013-05-31 14:25:45 -0500 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-06-19 08:01:03 +0200 |
commit | 4c6879eb336e008ecf919dec7af92ba67bace9b0 (patch) | |
tree | ef2a84a1dd424282fd58f91c14bfed84d6674b90 /frontends/cgi | |
parent | 8bb8244d7a404d8cab9b9a7f5443abd4b7c27909 (diff) | |
download | vyos-live-build-4c6879eb336e008ecf919dec7af92ba67bace9b0.tar.gz vyos-live-build-4c6879eb336e008ecf919dec7af92ba67bace9b0.zip |
Run build call from l-b-cgi.cron with noauto.
Diffstat (limited to 'frontends/cgi')
-rwxr-xr-x | frontends/cgi/live-build-cgi.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron index 740c92019..d6a474e2e 100755 --- a/frontends/cgi/live-build-cgi.cron +++ b/frontends/cgi/live-build-cgi.cron @@ -111,7 +111,7 @@ then # Run build if config went ok if [ "${_ERRORCONFIG}" -eq "0" ] then - lb build >> "${_BUILD_PATH}"/log 2>&1 + lb build noauto >> "${_BUILD_PATH}"/log 2>&1 _ERRORBUILD="${?}" else echo "Build stage skipped. Config produced an error: ${_ERRORCONFIG}" >> "${_BUILD_PATH}"/log |