sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 13c43e6e2f451df3f340ccbf3066523b5648e642
parent 32e3a333253479c32ad99680f83a56e26a0b1eb5
Author: Florian Dold <florian@dold.me>
Date:   Tue,  4 Feb 2025 23:45:07 +0100

typo

Diffstat:
Mbuildconfig/exchange.tag | 2+-
Mscripts/demo/setup-sandcastle.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildconfig/exchange.tag b/buildconfig/exchange.tag @@ -1 +1 @@ -v0.14.5-dev.2 +v0.14.5-dev.3 diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -905,7 +905,7 @@ taler-harness deployment provision-merchant-instance \ --payto "payto://iban/$MERCHANT_IBAN_TOR?receiver-name=Tor+Merchant" # Special instance with fixed "sandbox" password -sudo -u taler-merchant-httpd taler-merchant-passwd sandbox secret-token:sandbox || true +sudo -u taler-merchant-httpd taler-merchant-passwd --instance sandbox secret-token:sandbox || true taler-harness deployment provision-merchant-instance \ ${MERCHANT_BASEURL} \ --management-token secret-token:$(get_credential_pw merchant/default) \