This commit is contained in:
Patrick Koenig 2016-09-15 01:47:26 +00:00 committed by GitHub
commit 8678bf70c2

View file

@ -470,8 +470,6 @@ if [ $? -ne 0 ]; then
cronexit 3 cronexit 3
fi fi
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
echo "${DOWNLOAD}" >&3 echo "${DOWNLOAD}" >&3