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: check file exists


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: check file exists
Date: Sat, 08 Jun 2019 18:21:32 +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 0a75820  check file exists
0a75820 is described below

commit 0a75820e34ef4393b8c53870d1f8a86f6f0ab98f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:21:25 2019 +0200

    check file exists
---
 bin/taler-deployment-shared-data | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-shared-data b/bin/taler-deployment-shared-data
index ca20400..eb4a5ef 100755
--- a/bin/taler-deployment-shared-data
+++ b/bin/taler-deployment-shared-data
@@ -14,7 +14,7 @@ fi
 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
+if ! test -e $SHARED_DATA; then
   echo "Please bootstrap your setup first (run 'bootstrap-bluegreen' script?)."
   exit 1
 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]