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: perms / ux


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: perms / ux
Date: Fri, 07 Jun 2019 16:19:14 +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 8c19d87  perms / ux
8c19d87 is described below

commit 8c19d872392d129d636d5a0cae3d1e7eb450ce33
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 16:19:06 2019 +0200

    perms / ux
---
 bin/taler-deployment-keyup | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 0b23170..1fd7ce0 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -9,7 +9,7 @@
 set -eu
 
 if test -z $TALER_CONFIG_ENV; then
-  echo Please run 'source ~/activate' beforehand.
+  echo Please run 'source ~/activate' first.
   exit 1
 fi
 
@@ -27,7 +27,7 @@ taler-auditor-exchange \
 # Checks whether any denom key was generated, and
 # only sign it if so.
 if [[ -s $auditor_request_dir/auditor_request ]]; then
-  echo "Signing key material.."
+  echo "Signing key material by auditor.."
   taler-auditor-sign \
     -u $TALER_ENV_URL_AUDITOR \
     -m $(taler-config -s exchange -o master_public_key) \
@@ -40,4 +40,5 @@ fi
 # with 'true' is needed as when the other party will
 # execute this it will fail to chmod, but the permissions
 # are already right.
+chgrp -R ${TALER_CONFIG_ENV} ${HOME}/shared-data/exchange/live-keys/
 chmod -R g+rx ${HOME}/shared-data/exchange/live-keys/ || 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]