taler-deployment

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

commit 049127a8fedf0336c473c97fa32b11a98cd83024
parent 2736a54800c2ff279e1de425364a453539bae07b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Sat,  8 Jun 2019 18:15:51 +0200

syntax

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 @@ -15,13 +15,13 @@ SHARED_DATA=$(taler-config -s paths -o taler_deployment_shared -f) # Check shared-data/ exists & has write permissions for group. if ! test -f $SHARED_DATA; then - echo Please bootstrap your setup first (run "bootstrap-bluegreen" script?). + echo "Please bootstrap your setup first (run 'bootstrap-bluegreen' script?)." exit 1 fi # Check if shared-data/ has already a hierarchy. if find $SHARED_DATA -type d | grep -q [a-zA-Z]; then - echo $SHARED_DATA not empty, exiting + echo "$SHARED_DATA not empty, exiting" exit 0 fi