From 0ded4b4c0705059fccb762988e2c8a389a32c939 Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Sat, 27 Aug 2016 11:15:14 -0700 Subject: [PATCH] Must include path in sha file Without the complete path, sha1sum tests will fail --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 8e6373b..6fe1755 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -474,7 +474,7 @@ if [ $? -ne 0 ]; then cronexit 3 fi -echo "${CHECKSUM} ${FILENAME}" >${DOWNLOADDIR}/${FILENAME}.sha +echo "${CHECKSUM} ${DOWNLOADDIR}/${FILENAME}" >"${DOWNLOADDIR}/${FILENAME}.sha" if [ "${PRINT_URL}" = "yes" ]; then if [ "${QUIET}" = "yes" ]; then