summaryrefslogtreecommitdiff
path: root/sandcastle-ng/scripts/setup-sandcastle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle-ng/scripts/setup-sandcastle.sh')
-rwxr-xr-xsandcastle-ng/scripts/setup-sandcastle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandcastle-ng/scripts/setup-sandcastle.sh b/sandcastle-ng/scripts/setup-sandcastle.sh
index 9df9fb9..e69f89b 100755
--- a/sandcastle-ng/scripts/setup-sandcastle.sh
+++ b/sandcastle-ng/scripts/setup-sandcastle.sh
@@ -321,7 +321,7 @@ if [[ ! -e /etc/taler/conf.d/$CURRENCY-coins.conf ]]; then
fi
echo "Initializing exchange database"
-sudo -u taler-exchange-httpd taler-exchange-dbinit -c /etc/taler/taler.conf
+sudo -u taler-exchange-httpd -LDEBUG taler-exchange-dbinit -c /etc/taler/taler.conf
echo 'GRANT USAGE ON SCHEMA exchange TO "taler-exchange-wire";' | sudo -i -u postgres psql -f - ${EXCHANGE_DB}
echo 'GRANT SELECT,INSERT,UPDATE,DELETE ON ALL TABLES IN SCHEMA exchange TO "taler-exchange-wire";' | sudo -i -u postgres psql -f - ${EXCHANGE_DB}