commit 479a28be93acb17b3c726553c4072b519b21c477
parent d731a2f4517e56f51cb59365297988917777a02f
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 4 Mar 2023 20:29:24 +0100
fix permissions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
@@ -102,7 +102,7 @@ echo -e "[taler]\n"\
echo -e "[exchangedb-postgres]\n"\
"CONFIG=postgres:///${EXCHANGE_DB}\n"\
> /etc/taler/secrets/exchange-db.secret.conf
-chmod 400 /etc/taler/secrets/exchange-db.secret.conf
+chmod 440 /etc/taler/secrets/exchange-db.secret.conf
chown root:taler-exchange-db /etc/taler/secrets/exchange-db.secret.conf
echo -e "[exchange-accountcredentials-default]\n"\