* fixup @'s in usernames when doing smtpauth client
[citadel.git] / citadel / debian / citadel-server.config
index 390e0c335c9b4ad20cd02fd4547b25d1adaaa9ec..caa3cb81c1021c045533d2cc060241ea8988cecd 100755 (executable)
@@ -9,18 +9,17 @@ if test -n "$2"; then
     if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
         -o $1 = reconfigure
     then
-        db_input high citadel/ServerIPAddress
-        db_input high citadel/Administrator
-        db_input high citadel/LoginType
-        db_input high citadel/Installnote
+        db_input high citadel/ServerIPAddress || true
+        db_input high citadel/Administrator || true
+        db_input high citadel/LoginType || true
         db_go
     fi
 else 
     if test "$1" = "configure"; then
-        db_input high citadel/ServerIPAddress
-        db_input high citadel/Administrator
-        db_input high citadel/LoginType
-        db_input high citadel/Installnote
+        db_input high citadel/ServerIPAddress || true
+        db_input high citadel/Administrator || true
+        db_input high citadel/LoginType || true
+        db_input high citadel/Installnote || true
         db_go
     fi
 fi