commit 624debea7ab4205259d525cfb4e20759eae49576
parent bc28f19a067df8cd4b26f715e9188b455903a811
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 14 Jul 2021 14:30:21 +0200
remove dead '-w' switch
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
@@ -8,12 +8,12 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
. /etc/dbconfig-common/taler-merchant.conf
case "$dbc_dbtype" in
pgsql)
- taler-config -w \
+ taler-config \
-c /etc/taler-merchant.conf \
-s "merchantdb-postgres" \
-o "CONFIG" \
-V "postgres:///$dbc_dbname"
- taler-config -w \
+ taler-config \
-c /etc/taler-merchant.conf \
-s "merchant" \
-o "DB" \
@@ -50,12 +50,12 @@ if [ -f /etc/dbconfig-common/taler-merchant.conf ]; then
echo "GRANT SELECT, UPDATE ON ALL SEQUENCES IN SCHEMA public TO \"$dbc_dbuser\";" \
| sudo -u postgres psql "postgres:///$dbc_dbname"
- taler-config -w \
+ taler-config \
-c /etc/taler-merchant.conf \
-s "merchantdb-postgres" \
-o "CONFIG" \
-V "postgres://$dbc_dbuser:$dbc_dbpass@$dbc_dbserver/$dbc_dbname"
- taler-config -w \
+ taler-config \
-c /etc/taler-merchant.conf \
-s "merchant" \
-o "DB" \