[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: fix passwd invocation
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: fix passwd invocation |
Date: |
Tue, 03 Sep 2024 22:56:23 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository sandcastle-ng.
The following commit(s) were added to refs/heads/master by this push:
new 461dab2 fix passwd invocation
461dab2 is described below
commit 461dab21102484f0c51b8cabd55dfa926bbc027e
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Sep 3 22:56:20 2024 +0200
fix passwd invocation
---
scripts/demo/setup-sandcastle.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
index 67ab332..879114e 100755
--- a/scripts/demo/setup-sandcastle.sh
+++ b/scripts/demo/setup-sandcastle.sh
@@ -624,7 +624,7 @@ taler-harness deployment wait-taler-service taler-merchant
https://$MERCHANT_DOM
function reset_merchant_pw() {
pw=secret-token:$(get_credential_pw merchant/$1)
- sudo -u taler-merchant-httpd taler-merchant-passwd $1 $pw || true
+ sudo -u taler-merchant-httpd taler-merchant-passwd --instance "$1" "$pw" ||
true
}
reset_merchant_pw default
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-sandcastle-ng] branch master updated: fix passwd invocation,
gnunet <=