gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: hide output


From: gnunet
Subject: [taler-deployment] branch master updated: hide output
Date: Tue, 15 Sep 2020 15:32:34 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 174a481  hide output
174a481 is described below

commit 174a4812ee2f188e98ace112d984bccddbdb7017
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 15 15:32:30 2020 +0200

    hide output
---
 bin/taler-deployment-prepare | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-deployment-prepare b/bin/taler-deployment-prepare
index 67fc44f..9e31280 100755
--- a/bin/taler-deployment-prepare
+++ b/bin/taler-deployment-prepare
@@ -146,7 +146,7 @@ esac
 
 # Configure instances.
 taler-deployment-arm -s
-if taler-deployment-arm -I | grep "^taler-merchant"; then
+if taler-deployment-arm -I | grep "^taler-merchant" > /dev/null; then
     echo "Merchant backend runs already, please call 'taler-config-instances' 
manually"
     exit
 fi
@@ -154,7 +154,7 @@ fi
 # Quickly start+shutdown a merchant process.
 taler-deployment-arm -i taler-merchant
 sleep 2
-if ! taler-deployment-arm -I | grep "^taler-merchant" | grep "status=started"; 
then
+if ! taler-deployment-arm -I | grep "^taler-merchant" | grep "status=started" 
> /dev/null; then
     echo "Merchant didn't start, cannot configure instances."
     exit 1
 fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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