commit 17f5f2cb445af27860d0c96c1d56bd647504f4b0 parent 8665598594e661da12c76df3c7ab95dcde129390 Author: Florian Dold <florian@dold.me> Date: Fri, 23 Aug 2024 18:49:34 +0200 auditor pub Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -458,7 +458,9 @@ systemctl enable --now taler-exchange-offline.timer # Set up exchange auditor -AUDITOR_PUB=$(sudo -u taler-auditor-httpd taler-auditor-offline setup) +# 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) cat <<EOF >/etc/taler/conf.d/auditor.conf [auditor]