Must include path in sha file

Without the complete path, sha1sum tests will fail
This commit is contained in:
Henric Andersson 2016-08-27 11:15:14 -07:00
commit 0ded4b4c07

View file

@ -474,7 +474,7 @@ if [ $? -ne 0 ]; then
cronexit 3 cronexit 3
fi fi
echo "${CHECKSUM} ${FILENAME}" >${DOWNLOADDIR}/${FILENAME}.sha echo "${CHECKSUM} ${DOWNLOADDIR}/${FILENAME}" >"${DOWNLOADDIR}/${FILENAME}.sha"
if [ "${PRINT_URL}" = "yes" ]; then if [ "${PRINT_URL}" = "yes" ]; then
if [ "${QUIET}" = "yes" ]; then if [ "${QUIET}" = "yes" ]; then