update-config: write new config at the end
[iserv-mod-error-reporter.git] / maint / update-config.sh
index f6c39d1..651a387 100755 (executable)
@@ -23,5 +23,6 @@ fi;
 mv $OLDCFG $OLDCFG.converted
 [ -e "$OLDCFG" ] && echo "Done. Please remove the old config file ($OLDCFG) by hand!" && exit 255;
 
-exit 0;
+# write new config
+iservchk config
 
This page took 0.023656 seconds and 4 git commands to generate.