mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Must include path in sha file
Without the complete path, sha1sum tests will fail
This commit is contained in:
parent
ec58dbb8dd
commit
0ded4b4c07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue