update scripts: safely exit 0 on exit
authorrohieb <devnull@localhost>
Mon, 8 Mar 2010 03:21:10 +0000 (04:21 +0100)
committerrohieb <devnull@localhost>
Mon, 8 Mar 2010 03:21:10 +0000 (04:21 +0100)
maint/update-config-from-iserv1.sh
maint/update-config.sh

index 467e17a..b31bc3f 100755 (executable)
@@ -19,3 +19,6 @@ done;
 
 mv $OLDCFG $OLDCFG.converted
 [ -e $OLDCFG ] && echo "Done. Please remove the old config file ($OLDCFG) by hand!" && exit 255;
+
+exit 0;
+
index 24d1a7e..f6c39d1 100755 (executable)
@@ -23,3 +23,5 @@ fi;
 mv $OLDCFG $OLDCFG.converted
 [ -e "$OLDCFG" ] && echo "Done. Please remove the old config file ($OLDCFG) by hand!" && exit 255;
 
+exit 0;
+
This page took 0.030491 seconds and 4 git commands to generate.