gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: handle unix


From: gnunet
Subject: [taler-exchange] branch master updated: handle unix
Date: Sun, 23 Jul 2023 15:19:12 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new da84b478 handle unix
da84b478 is described below

commit da84b478f3b4f5f35e4169d166a4104d46670279
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 23 15:19:09 2023 +0200

    handle unix
---
 src/testing/taler-unified-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index 643bacef..c9cf6d15 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -449,7 +449,7 @@ then
     echo -n "Starting exchange ..."
     EXCHANGE_PORT=$(taler-config -c "$CONF" -s EXCHANGE -o PORT)
     SERVE=$(taler-config -c "$CONF" -s EXCHANGE -o SERVE)
-    if [ "${SERVE}"= "unix" ]
+    if [ "${SERVE}" = "unix" ]
     then
         EXCHANGE_URL=$(taler-config -c "$CONF" -s EXCHANGE -o BASE_URL)
     else

-- 
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]