summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-04-16 15:29:59 +0900
committerAntoine A <>2024-04-16 15:29:59 +0900
commitfb4d4d5e3fbbe355cb779de206fb64d37abbd227 (patch)
tree6c4fd083672e851c9898e7cb9a6f93a5f6a896d6
parentbb5d1d0ceecfb59903cccfba0a2e13f77e39e956 (diff)
downloaddeployment-fb4d4d5e3fbbe355cb779de206fb64d37abbd227.tar.gz
deployment-fb4d4d5e3fbbe355cb779de206fb64d37abbd227.tar.bz2
deployment-fb4d4d5e3fbbe355cb779de206fb64d37abbd227.zip
regio: remove MASTER_PUBLIC_KEY from withdraw URI
-rwxr-xr-xregional-currency/main.sh2
-rwxr-xr-xregional-currency/setup-exchange.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/regional-currency/main.sh b/regional-currency/main.sh
index 6793c4e..1655c7d 100755
--- a/regional-currency/main.sh
+++ b/regional-currency/main.sh
@@ -90,7 +90,7 @@ say "Your bank is at ${PROTO}://bank.${DOMAIN_NAME}/"
say "You can connect to the bank web UI as 'admin' using '${BANK_ADMIN_PASSWORD}'"
say "A merchant is at ${PROTO}://backend.${DOMAIN_NAME}/"
say "You should set credentials for the merchant soon."
-say "The exchange withdraw URI is taler://withdraw-exchange/exchange.${DOMAIN_NAME}/${MASTER_PUBLIC_KEY}"
+say "The exchange withdraw URI is taler://withdraw-exchange/exchange.${DOMAIN_NAME}/"
if test ${DO_CONVERSION} == y; then
say "For currency conversion to work, you must manually complete"
diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh
index 1f0b49d..91f916c 100755
--- a/regional-currency/setup-exchange.sh
+++ b/regional-currency/setup-exchange.sh
@@ -89,8 +89,6 @@ else
fi
fi
-export MASTER_PUBLIC_KEY
-
say "Stopping running exchange before reconfiguration"
systemctl stop taler-exchange.target &>> setup.log