setup.c: include -h option when calling citserver
authorArt Cancro <ajc@citadel.org>
Wed, 27 Dec 2006 22:46:43 +0000 (22:46 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 27 Dec 2006 22:46:43 +0000 (22:46 +0000)
citadel/setup.c

index 8ff9c297cae6fa6794dc710e7894b2082fc128b8..ec3435817df6f22bf500d354e85cd5385a8c8698 100644 (file)
@@ -412,7 +412,7 @@ void install_init_scripts(void)
                        "case \"$1\" in\n"
                        "\n"
                        "start)         echo -n \"Starting Citadel... \"\n"
-                       "               if $CITADEL_DIR/citserver -d\n"
+                       "               if $CITADEL_DIR/citserver -d -h$CITADEL_DIR\n"
                        "               then\n"
                        "                       echo \"ok\"\n"
                        "               else\n"