upgrade script should exit with error status on failure

This commit is contained in:
Graham Knop 2008-06-12 19:04:03 +00:00
parent fc5078fde1
commit 2abfbb9cd3

View file

@ -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;
}