gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: debian: permissions


From: gnunet
Subject: [taler-exchange] branch master updated: debian: permissions
Date: Fri, 16 Jul 2021 17:51:36 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 0cdeaca2 debian: permissions
0cdeaca2 is described below

commit 0cdeaca21ada6f854e820c6b9eadb6131a4c2efc
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jul 16 17:51:31 2021 +0200

    debian: permissions
---
 debian/taler-exchange.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/taler-exchange.postinst b/debian/taler-exchange.postinst
index 1c776c7e..2d7e5562 100644
--- a/debian/taler-exchange.postinst
+++ b/debian/taler-exchange.postinst
@@ -17,7 +17,7 @@ function lncfg() {
   local cf=$TALER_HOME/$2/.config
   if [ ! -e $cf ]; then
     mkdir $cf
-    chown $1:$1 $cf
+    chown $(stat -L -c %u $TALER_HOME/$2):$(stat -L -c %g $TALER_HOME/$2) $cf
   fi
   ln -sf $cf/taler.conf $3
 }

-- 
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]