commit c9f970185bb00af50673e9a7335161af28e9181f parent 517643e58368eefe8a33574b73fcfb649f2792df Author: Florian Dold <florian@dold.me> Date: Tue, 27 Aug 2024 02:43:05 +0200 permissions Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -485,7 +485,8 @@ USERNAME = exchange PASSWORD = ${EXCHANGE_BANK_PASSWORD} EOF -chmod 400 /etc/taler/secrets/exchange-accountcredentials-default.secret.conf +# Allow group read for the auditor +chmod 440 /etc/taler/secrets/exchange-accountcredentials-default.secret.conf chown taler-exchange-wire:taler-exchange-db /etc/taler/secrets/exchange-accountcredentials-default.secret.conf if [[ ! -e /etc/taler/conf.d/$CURRENCY-coins.conf ]]; then