[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sandcastle-ng] branch master updated: auditor pub
From: |
gnunet |
Subject: |
[taler-sandcastle-ng] branch master updated: auditor pub |
Date: |
Fri, 23 Aug 2024 18:49:38 +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 17f5f2c auditor pub
17f5f2c is described below
commit 17f5f2cb445af27860d0c96c1d56bd647504f4b0
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 23 18:49:34 2024 +0200
auditor pub
---
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
index 52442d1..7d5aca5 100755
--- 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]
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.