USAFA-CompSci364 / vm

scripts to automate the configuration of a virtual machine (VM)
1 stars 4 forks source link

Abort if database restoration fails #14

Closed joel-coffman closed 2 years ago

joel-coffman commented 2 years ago

psql returns 0 to the shell even when errors occur in scripts unless the variable ON_ERROR_STOP is set. Hence, this change sets that variable so that any errors restoring a database cause the script to exit with an error code.