mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 12:59:40 -07:00
Fix typo
This commit is contained in:
parent
2b2e6b7fd5
commit
661f36a866
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ if [ "${SKIP_DOWNLOAD}" = "no" ]; then
|
||||||
info "File downloaded"
|
info "File downloaded"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if sha1sum --status -c "${FILE_SHA}"; then
|
if ! sha1sum --status -c "${FILE_SHA}"; then
|
||||||
error "Downloaded file corrupt. Try again."
|
error "Downloaded file corrupt. Try again."
|
||||||
exit 4
|
exit 4
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue