Clean up exit behavior
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 27s

This commit is contained in:
Joey Hafner 2024-02-14 11:28:18 -08:00
parent 0bc0f51b0d
commit b9f20cefdb

View File

@ -56,10 +56,8 @@ echo "===== Configure system... ====="
compare
{ # try commit, save
commit && save
commit && save && exit
} || { # catch, exit discard and print a very basic error message
exit discard
echo "Failed to commit and save the configuration."
}
exit