diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-09-02 15:14:29 +0200 |
commit | f9edbe95d326fb8a14e0f4335eb63065f76ecf66 (patch) | |
tree | 70551ec81b9575b995139832a7e75db0704c0eb0 /cgi | |
parent | dd61ccbfe48c25eab0fd439f2c94dcb0f29c6dfb (diff) | |
download | vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.tar.gz vyos-live-build-f9edbe95d326fb8a14e0f4335eb63065f76ecf66.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`" |