gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: remove dead '-w' switch


From: gnunet
Subject: [taler-merchant] branch master updated: remove dead '-w' switch
Date: Wed, 14 Jul 2021 14:30:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 624debea remove dead '-w' switch
624debea is described below

commit 624debea7ab4205259d525cfb4e20759eae49576
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 14 14:30:21 2021 +0200

    remove dead '-w' switch
---
 debian/db/install/pgsql | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/db/install/pgsql b/debian/db/install/pgsql
index a69ac671..45bf40b4 100755
--- 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" \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]