gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Tolerating imposs


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Tolerating impossible chmod.
Date: Tue, 11 Jun 2019 17:49:27 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5f95beb  Tolerating impossible chmod.
5f95beb is described below

commit 5f95beb81657396206c358a4a6660ce40a646912
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 11 17:49:08 2019 +0200

    Tolerating impossible chmod.
---
 bin/taler-deployment-sign | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/bin/taler-deployment-sign b/bin/taler-deployment-sign
index 26159a9..0f86943 100755
--- a/bin/taler-deployment-sign
+++ b/bin/taler-deployment-sign
@@ -21,4 +21,8 @@ fi
 
 taler-exchange-wire
 WIRE_RESPONSE=$(taler-config -s account-1 -o wire_response -f)
-chmod 770 $WIRE_RESPONSE
+
+# If chmod is not possible (= the owner is the other color), then
+# the permissions are already right on it, hence we can tolerate to
+# not set those.
+chmod 770 $WIRE_RESPONSE || true

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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