summaryrefslogtreecommitdiff
path: root/cgi/cron
diff options
context:
space:
mode:
authorRichard Nelson <unixabg@gmail.com>2010-06-23 11:31:07 -0500
committerRichard Nelson <unixabg@gmail.com>2010-06-23 11:31:07 -0500
commit9ec1b08a721ed02534cd9d484617fae4898a6130 (patch)
treeaccfa494afde24ed175993681e74dd5b54784372 /cgi/cron
parent47a6440e2e66d25cf782fd97b9a418da06919572 (diff)
downloadvyos-live-build-9ec1b08a721ed02534cd9d484617fae4898a6130.tar.gz
vyos-live-build-9ec1b08a721ed02534cd9d484617fae4898a6130.zip
Path correction on cgi/cron build file append to mailer.
Diffstat (limited to 'cgi/cron')
-rwxr-xr-xcgi/cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/cron b/cgi/cron
index f8e7b242b..f64440611 100755
--- a/cgi/cron
+++ b/cgi/cron
@@ -126,7 +126,7 @@ Here's a list of all build-options that were used to build your image:
EOF
- cat "${_DESTDIR}"/"${_BUILD}"/build >> "${_DESTDIR}"/"${_BUILD}"/mail
+ cat "${_TEMPDIR}"/"${_BUILD}".build >> "${_DESTDIR}"/"${_BUILD}"/mail
# Moving binary image
#if ls "${_TEMPDIR}"/"${_BUILD}"/binary*.* > /dev/null 2>&1