diff --git a/plexupdate.sh b/plexupdate.sh index d145eae..5089f2f 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -470,8 +470,6 @@ if [ $? -ne 0 ]; then cronexit 3 fi -echo "${CHECKSUM} ${DOWNLOADDIR}/${FILENAME}" >"${DOWNLOADDIR}/${FILENAME}.sha" - if [ "${PRINT_URL}" = "yes" ]; then if [ "${QUIET}" = "yes" ]; then echo "${DOWNLOAD}" >&3