sandcastle-ng

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

commit cbbbaf1112c7a9209442b65d317ca7bb45f314bf
parent 17f5f2cb445af27860d0c96c1d56bd647504f4b0
Author: Florian Dold <florian@dold.me>
Date:   Fri, 23 Aug 2024 18:53:25 +0200

fix invocation

Diffstat:
Mscripts/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 @@ -460,7 +460,7 @@ systemctl enable --now taler-exchange-offline.timer # We run the offline tooling as root, maybe in the future there should be # a separate user created by the Debian package for that. -AUDITOR_PUB=$(taler-auditor-httpd taler-auditor-offline setup) +AUDITOR_PUB=$(taler-auditor-offline setup) cat <<EOF >/etc/taler/conf.d/auditor.conf [auditor]