From 8c19d872392d129d636d5a0cae3d1e7eb450ce33 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 7 Jun 2019 16:19:06 +0200 Subject: 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 -- cgit v1.2.3