gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Sat, 08 Jun 2019 18:15:58 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 049127a  syntax
049127a is described below

commit 049127a8fedf0336c473c97fa32b11a98cd83024
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:15:51 2019 +0200

    syntax
---
 bin/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
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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]