upgrade script should exit with error status on failure
This commit is contained in:
parent
fc5078fde1
commit
2abfbb9cd3
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ The upgrade process failed and has stopped so you can either restore
|
|||
from backup, or attempt to fix the problem and continue.
|
||||
|
||||
STOP
|
||||
exit;
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue