summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-31 17:33:37 +0200
committerFlorian Dold <florian@dold.me>2021-07-31 17:33:37 +0200
commit9b6cc730772c7b1c193236cf809f63d908237447 (patch)
tree1e822ca99009aa59932155fc2c10435e32b42292
parentec510056b5cf054024005b4b00ba3ce76581362e (diff)
downloadmerchant-9b6cc730772c7b1c193236cf809f63d908237447.tar.gz
merchant-9b6cc730772c7b1c193236cf809f63d908237447.tar.bz2
merchant-9b6cc730772c7b1c193236cf809f63d908237447.zip
debian: do not ask for web server
-rw-r--r--debian/taler-merchant.config3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/taler-merchant.config b/debian/taler-merchant.config
index 5ce7ecd7..15552fdb 100644
--- a/debian/taler-merchant.config
+++ b/debian/taler-merchant.config
@@ -4,9 +4,6 @@ set -e
. /usr/share/debconf/confmodule
-db_input low taler-merchant/reconfigure-webserver || true
-db_go
-
# Set permissions for sqlite3 file
# (for when we support sqlite3 in the future)
dbc_dbfile_owner="${_USERNAME}:${_GROUPNAME}"