taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 2a89e13966383be120624b1462aa614ea1588e4b
parent 7e1decad39f8ff6f5160731f63221ab5dd0a39c4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sun,  9 Jun 2019 04:33:14 +0200

perms

Diffstat:
Mbin/taler-deployment-keyup | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/taler-deployment-keyup b/bin/taler-deployment-keyup @@ -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