update-config: write new config at the end
authorRoland Hieber <devnull@localhost>
Mon, 8 Mar 2010 04:02:06 +0000 (05:02 +0100)
committerRoland Hieber <devnull@localhost>
Mon, 8 Mar 2010 04:02:06 +0000 (05:02 +0100)
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.024159 seconds and 4 git commands to generate.