update scripts: safely exit 0 on exit
[iserv-mod-error-reporter.git] / maint / update-config-from-iserv1.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;
+
This page took 0.024761 seconds and 4 git commands to generate.