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: stricter regex


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: stricter regex
Date: Sat, 08 Jun 2019 18:24:15 +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 6bc1a42  stricter regex
6bc1a42 is described below

commit 6bc1a42594e49933114be1e23e405e3f73a2187e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:24:10 2019 +0200

    stricter regex
---
 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 eb4a5ef..3c1c097 100755
--- a/bin/taler-deployment-shared-data
+++ b/bin/taler-deployment-shared-data
@@ -33,7 +33,7 @@ fi
 # Check if shared-data/ has the right group (test|demo),
 # and set the SETGID permission if so.
 SHARED_DATA_GROUP=$(stat --format "%G" $SHARED_DATA)
-if ! echo $SHARED_DATA_GROUP | grep $TALER_CONFIG_ENV; then
+if ! echo $SHARED_DATA_GROUP | grep "^$TALER_CONFIG_ENV$"; then
   echo "$SHARED_DATA has the wrong group ($SHARED_DATA_GROUP), please fix."
   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]