diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 16:34:26 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-03-12 16:17:30 +0100 |
commit | fe0267915ab764613ada0d7818393de96fa946a4 (patch) | |
tree | 4ba46785103af504bb3ca0ab518f9f811a01463c /cgi | |
parent | d83c71735b914135fd3bb8123f9adf28c966d09c (diff) | |
download | vyos-live-build-fe0267915ab764613ada0d7818393de96fa946a4.tar.gz vyos-live-build-fe0267915ab764613ada0d7818393de96fa946a4.zip |
Updating cron for live-helper 2 in the cgi.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/cron | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,9 +84,9 @@ then # Generating image cd "${_TEMPDIR}"/"${_BUILD}" - lh_config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 + lh config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 _ERRORCONFIG="${?}" - lh_build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 + lh build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 _ERRORBUILD="${?}" _DATE_END="`date -R`" |