summaryrefslogtreecommitdiff
path: root/cgi/cron
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/cron')
-rwxr-xr-xcgi/cron4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/cron b/cgi/cron
index 2c7f50e..bfac306 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -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`"