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 (fb4d3dc -> 2a89e1


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (fb4d3dc -> 2a89e13)
Date: Sun, 09 Jun 2019 04:33:19 +0200

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

marcello pushed a change to branch master
in repository deployment.

    from fb4d3dc  fix names
     new 7e1deca  typo
     new 2a89e13  perms

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/taler-deployment-keyup | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 7b0d10b..14983b6 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -23,8 +23,8 @@ fi
 AUDITOR_REQUEST_DIR=$(taler-config -s exchangedb -o auditor_inputs -f)
 AUDITOR_BASE_DIR=$(taler-config -s exchangedb -o auditor_base_dir -f)
 AUDITOR_PRIV=$(taler-config -s auditor -o auditor_priv_file -f)
-EXHCANGE_PUB=$(taler-config -s exchange -o master_public_key)
-EXHCANGE_URL=$(taler-config -s exchange -o base_url)
+EXCHANGE_PUB=$(taler-config -s exchange -o master_public_key)
+EXCHANGE_URL=$(taler-config -s exchange -o base_url)
 EXCHANGE_LIVE_KEYS=$(taler-config -s exchange -o keydir -f)
 EXCHANGE_WIREFEES=$(taler-config -s exchangedb -o wirefee_base_dir -f)
 EXCHANGE_PRIV=$(taler-config -s exchange -o master_priv_file -f)
@@ -50,9 +50,9 @@ taler-exchange-keyup \
 
 # or-ing with true as user A won't be able to
 # change permissions for user B's files.
-chmod -R 070 $EXCHANGE_LIVE_KEYS/* || true
+chmod -R 770 $EXCHANGE_LIVE_KEYS/* || true
 
-chmod -R 070 $EXCHANGE_WIREFEES/* || true
+chmod -R 770 $EXCHANGE_WIREFEES/* || true
 
 taler-auditor-exchange \
   -m $EXCHANGE_PUB \
@@ -72,4 +72,4 @@ fi
 
 # or-ing with true as user A won't be able to
 # change permissions for user B's files.
-chmod -R 070 $AUDITOR_BASE_DIR/* || true
+chmod -R 770 $AUDITOR_BASE_DIR/* || 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]