gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix permissions


From: gnunet
Subject: [taler-deployment] branch master updated: fix permissions
Date: Sat, 04 Mar 2023 20:29:26 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 479a28b  fix permissions
479a28b is described below

commit 479a28be93acb17b3c726553c4072b519b21c477
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Mar 4 20:29:24 2023 +0100

    fix permissions
---
 netzbon/setup-exchange.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index 659e316..a52b432 100755
--- 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"\

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]