Clean up exit behavior
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 27s
All checks were successful
Deploy to Wizard / Deploy (push) Successful in 27s
This commit is contained in:
parent
0bc0f51b0d
commit
b9f20cefdb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user