This commit is contained in:
Alex Malinovich 2017-02-26 15:59:21 -08:00
commit 661f36a866

View file

@ -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