Updating cron for live-helper 2 in the cgi.

This commit is contained in:
Richard Nelson 2010-03-08 16:34:26 -06:00 committed by Daniel Baumann
parent 8a8b6e2f31
commit 395d7bd10c
1 changed files with 2 additions and 2 deletions

View File

@ -84,9 +84,9 @@ then
# Generating image # Generating image
cd "${_TEMPDIR}"/"${_BUILD}" cd "${_TEMPDIR}"/"${_BUILD}"
lh_config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 lh config -c ${_FILE} >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
_ERRORCONFIG="${?}" _ERRORCONFIG="${?}"
lh_build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1 lh build >> "${_TEMPDIR}"/"${_BUILD}"/log 2>&1
_ERRORBUILD="${?}" _ERRORBUILD="${?}"
_DATE_END="`date -R`" _DATE_END="`date -R`"