* ask questions on install too
[citadel.git] / citadel / debian / citadel-server.config
index 15bf6b58b71b2aa536391958da46a8f72da28ba4..390e0c335c9b4ad20cd02fd4547b25d1adaaa9ec 100755 (executable)
@@ -1,5 +1,4 @@
 #!/bin/sh
-
 set -e
 
 # source debconf stuff
@@ -16,6 +15,14 @@ if test -n "$2"; then
         db_input high citadel/Installnote
         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_go
+    fi
 fi
 
 exit 0