X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fdebian%2Fcitadel-webcit.config;h=b266d2cb6d44527b18876633a4736d4eab56696d;hb=1cb8a277add83b4e21bd4c2fbe65c2649b4b7089;hp=ab2fe81e53c1d8be5614baee5251d0fa8246cc9d;hpb=b1f791fd375faf4665cae73acba7a9246d053035;p=citadel.git diff --git a/webcit/debian/citadel-webcit.config b/webcit/debian/citadel-webcit.config index ab2fe81e5..b266d2cb6 100755 --- a/webcit/debian/citadel-webcit.config +++ b/webcit/debian/citadel-webcit.config @@ -30,15 +30,13 @@ if test "$DO_CONFIGURE" = "yes"; then export WEBCIT_CITADEL_PORT=504 fi STATE=1 - LASTSTATE=4 + LASTSTATE=5 while [ "$STATE" != 0 -a "$STATE" -le "$LASTSTATE" ]; do case "$STATE" in 1) - echo aou $STATE>>/tmp/bla db_input high citadel/WebcitApacheIntegration || true db_go - echo aou $STATE>>/tmp/bla ;; 2) db_get citadel/WebcitApacheIntegration @@ -59,6 +57,10 @@ if test "$DO_CONFIGURE" = "yes"; then fi ;; 4) + db_input high citadel/WebcitOfferLang || true + db_go + ;; + 5) db_input high citadel/WebcitInstallnote||true ;; esac @@ -73,6 +75,7 @@ if test "$DO_CONFIGURE" = "yes"; then db_get citadel/WebcitHttpPort && WEBCIT_HTTP_PORT="$RET" db_get citadel/WebcitHttpsPort && WEBCIT_HTTPS_PORT="$RET" db_get citadel/WebcitBindIp && WEBCIT_LISTEN_IP="$RET" + db_get citadel/WebcitOfferLang && WEBCIT_LANG="$RET" db_get ciatdel/WebcitWebserver &&WWWTYPE="$RET" if test "$WWWTYPE" = "Internal"; then