pentoo-updater: if we fail, exit 1

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-04-25 23:19:42 -04:00
parent 428b589cef
commit 879aaa6682
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -354,4 +354,5 @@ if [ "${WE_FAILED}" = "1" ]; then
printf "\nSomething failed during update. Run pentoo-updater again, if\n"
printf "you see this message again, look through the logs for:\n"
printf "FAILURE FAILURE FAILURE\n"
exit 1
fi