summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/taler-deployment-keyup5
1 files 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