diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:19 +0100 |
commit | 4b84f354bf0c2bce283bf3162356338a9efa4d99 (patch) | |
tree | 70551ec81b9575b995139832a7e75db0704c0eb0 /cgi | |
parent | e70ad72254ea809cd7eedbc9bd839c33d6a6ac3f (diff) | |
download | vyos-live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.tar.gz vyos-live-build-4b84f354bf0c2bce283bf3162356338a9efa4d99.zip |
Updating internal calls to use live-build instead of live-helper.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cron | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,9 +97,9 @@ then # Generating image cd "${_TEMPDIR}"/"${_BUILD}" - lh config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 + lb config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 _ERRORCONFIG="${?}" - lh build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 + lb build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 _ERRORBUILD="${?}" _DATE_END="`date -R`" |