diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 16:34:26 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 395d7bd10c677a45960ec52210ede79638ad0fc3 (patch) | |
tree | 4ba46785103af504bb3ca0ab518f9f811a01463c /cgi | |
parent | 8a8b6e2f315b0ea9a518a9ce2a09a88726a6198f (diff) | |
download | vyos-live-build-395d7bd10c677a45960ec52210ede79638ad0fc3.tar.gz vyos-live-build-395d7bd10c677a45960ec52210ede79638ad0fc3.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`" |