summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-keyup
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 14:27:59 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 14:27:59 +0200
commit2736a54800c2ff279e1de425364a453539bae07b (patch)
treef294820d39c09650bd5ec998119bea2bef4d67f6 /bin/taler-deployment-keyup
parentd8a52d6367c77a231a8f8b2fd78182bb9f209d03 (diff)
downloaddeployment-2736a54800c2ff279e1de425364a453539bae07b.tar.gz
deployment-2736a54800c2ff279e1de425364a453539bae07b.tar.bz2
deployment-2736a54800c2ff279e1de425364a453539bae07b.zip
Prefer setgid perm
Diffstat (limited to 'bin/taler-deployment-keyup')
-rwxr-xr-xbin/taler-deployment-keyup3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup
index 1c487a2..ab5ec30 100755
--- a/bin/taler-deployment-keyup
+++ b/bin/taler-deployment-keyup
@@ -25,10 +25,8 @@ taler-exchange-keyup \
# or-ing with true as user A won't be able to
# change permissions for user B's files.
-chgrp -R $TALER_CONFIG_ENV $EXCHANGE_LIVE_KEYS/* || true
chmod -R 070 $EXCHANGE_LIVE_KEYS/* || true
-chgrp -R $TALER_CONFIG_ENV $EXCHANGE_WIREFEES/* || true
chmod -R 070 $EXCHANGE_WIREFEES/* || true
taler-auditor-exchange \
@@ -49,5 +47,4 @@ fi
# or-ing with true as user A won't be able to
# change permissions for user B's files.
-chgrp -R $TALER_CONFIG_ENV $AUDITOR_BASE_DIR/* || true
chmod -R 070 $AUDITOR_BASE_DIR/* || true