From 32b8401b5e04e6029ee071ea766c0ba5effca489 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 4 Jul 2014 17:21:20 +0200 Subject: [PATCH] fixing DEBCONF error when upgrading from 1.0 to 3.x : it migrates automatically to /var/www without telling / asking the user --- debian/alternc.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/alternc.config b/debian/alternc.config index 5544818e..3ebfccf9 100644 --- a/debian/alternc.config +++ b/debian/alternc.config @@ -135,6 +135,8 @@ while [ "$QUEST_STATE" != 0 -a "$QUEST_STATE" != 14 ]; do if [ "x$ALTERNC_LOC" != "x" ]; then ALTERNC_HTML="$ALTERNC_LOC/html" ALTERNC_MAIL="$ALTERNC_LOC/mail" + db_set alternc/alternc_html "$ALTERNC_HTML" + db_set alternc/alternc_mail "$ALTERNC_MAIL" fi # We ask for the hosting name and the FQDN