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: silent grep


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: silent grep
Date: Sat, 08 Jun 2019 18:27:54 +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 8e6b5b0  silent grep
8e6b5b0 is described below

commit 8e6b5b032e2acc885b6c08992d8f7685ca62257d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jun 8 18:27:39 2019 +0200

    silent grep
---
 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 28e4388..17061ae 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 -L --format "%G" $SHARED_DATA)
-if ! echo $SHARED_DATA_GROUP | grep "^$TALER_CONFIG_ENV$"; then
+if ! echo $SHARED_DATA_GROUP | grep -q "^$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]