summaryrefslogtreecommitdiff
path: root/cgi/cron
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-03-08 16:34:26 -0600
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:05 +0100
commit395d7bd10c677a45960ec52210ede79638ad0fc3 (patch)
tree4ba46785103af504bb3ca0ab518f9f811a01463c /cgi/cron
parent8a8b6e2f315b0ea9a518a9ce2a09a88726a6198f (diff)
downloadlive-build-395d7bd10c677a45960ec52210ede79638ad0fc3.zip
live-build-395d7bd10c677a45960ec52210ede79638ad0fc3.tar.gz
Updating cron for live-helper 2 in the cgi.
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 5d87cfe..4e6ec45 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -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`"