taler-deployment

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

commit abcd8d11e4bd6487b44eb8b1bf9c40e458541adb
parent 8e6b5b032e2acc885b6c08992d8f7685ca62257d
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat,  8 Jun 2019 18:50:57 +0200

perms

Diffstat:
Mbin/taler-deployment-shared-data | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data @@ -20,7 +20,7 @@ if ! test -e $SHARED_DATA; then fi # Check if shared-data/ has already a hierarchy. -if find $SHARED_DATA -type d | grep -q [a-zA-Z]; then +if find -H $SHARED_DATA -type d | grep -q [a-zA-Z]; then echo "$SHARED_DATA not empty, exiting" exit 0 fi @@ -59,4 +59,4 @@ for dir in ${TALER_DIRS[@]}; do done # All dirs will give only the group RWX perms. -chmod -R 070 $SHARED_DATA +chmod -R 770 $SHARED_DATA