update scripts: safely exit 0 on exit
[iserv-mod-error-reporter.git] / maint / update-config.sh
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.022927 seconds and 4 git commands to generate.