From 7b8d765e89d6faa813a1c0762852c33c768ce4d4 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 8 Mar 2010 05:02:06 +0100 Subject: [PATCH] update-config: write new config at the end --- maint/update-config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maint/update-config.sh b/maint/update-config.sh index f6c39d1..651a387 100755 --- a/maint/update-config.sh +++ b/maint/update-config.sh @@ -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 -- 2.20.1