From 2abfbb9cd340204a5952b71b6f51f0bd158c80f1 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 12 Jun 2008 19:04:03 +0000 Subject: [PATCH] upgrade script should exit with error status on failure --- sbin/upgrade.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/upgrade.pl b/sbin/upgrade.pl index 922e9634a..df2c9c0c4 100644 --- a/sbin/upgrade.pl +++ b/sbin/upgrade.pl @@ -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; }