From 0174826629ebbd4e976e643a939aed08081104d5 Mon Sep 17 00:00:00 2001 From: Patrick Koenig Date: Wed, 14 Sep 2016 21:44:06 -0400 Subject: [PATCH] Remove checksum output to file --- plexupdate.sh | 2 -- 1 file changed, 2 deletions(-) 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