summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 18:15:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-08 18:15:51 +0200
commit049127a8fedf0336c473c97fa32b11a98cd83024 (patch)
tree4786097311f8c740b0211ba63e88331b629db2c0 /bin
parent2736a54800c2ff279e1de425364a453539bae07b (diff)
downloaddeployment-049127a8fedf0336c473c97fa32b11a98cd83024.tar.gz
deployment-049127a8fedf0336c473c97fa32b11a98cd83024.tar.bz2
deployment-049127a8fedf0336c473c97fa32b11a98cd83024.zip
syntax
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-deployment-shared-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
index 7f59387..ca20400 100755
--- 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