diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-06-23 11:31:07 -0500 |
---|---|---|
committer | Richard Nelson <unixabg@gmail.com> | 2010-06-23 11:31:07 -0500 |
commit | 9ec1b08a721ed02534cd9d484617fae4898a6130 (patch) | |
tree | accfa494afde24ed175993681e74dd5b54784372 /cgi/cron | |
parent | 47a6440e2e66d25cf782fd97b9a418da06919572 (diff) | |
download | vyos-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-x | cgi/cron | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |