gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix BASE_URL


From: gnunet
Subject: [taler-deployment] branch master updated: fix BASE_URL
Date: Sat, 04 Mar 2023 20:52:37 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0a5dcbb  fix BASE_URL
0a5dcbb is described below

commit 0a5dcbb684b3c3bbe87030b7189d97ad4f01c4e2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 20:52:35 2023 +0100

    fix BASE_URL
---
 netzbon/setup-exchange.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index e496f71..e8ee25f 100755
--- a/netzbon/setup-exchange.sh
+++ b/netzbon/setup-exchange.sh
@@ -77,9 +77,9 @@ say "Configuring exchange"
 
 if test ${ENABLE_TLS} = "y"
 then
-    export EXCHANGE_BASE_URL="https://exchange.${DOMAIN_NAME}";
+    export EXCHANGE_BASE_URL="https://exchange.${DOMAIN_NAME}/";
 else
-    export EXCHANGE_BASE_URL="http://exchange.${DOMAIN_NAME}";
+    export EXCHANGE_BASE_URL="http://exchange.${DOMAIN_NAME}/";
 fi
 # Generate /etc/taler/conf.d/setup.conf
 
@@ -135,7 +135,7 @@ curl --max-time 2 \
      --retry-connrefused \
      --retry-delay 1 \
      --retry 10 \
-     ${EXCHANGE_BASE_URL}/config &> /dev/null
+     ${EXCHANGE_BASE_URL}config &> /dev/null
 echo "DONE"
 
 say "Offline interaction..."
@@ -155,5 +155,5 @@ curl --max-time 2 \
      --retry-connrefused \
      --retry-delay 1 \
      --retry 10 \
-     ${EXCHANGE_BASE_URL}/keys &> /dev/null
+     ${EXCHANGE_BASE_URL}keys &> /dev/null
 echo "DONE"

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