mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Make sure that the emitted sha file gets cleaned up
This commit is contained in:
parent
b74aafdc02
commit
7138e04fa4
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
|
||||
echo "${CHECKSUM} ${DOWNLOADDIR}/${FILENAME}" >"${DOWNLOADDIR}/${FILENAME}.sha"
|
||||
trap "rm ${DOWNLOADDIR}/${FILENAME}.sha" EXIT
|
||||
|
||||
if [ "${PRINT_URL}" = "yes" ]; then
|
||||
if [ "${QUIET}" = "yes" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue