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: be less verbose o


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: be less verbose on restart
Date: Fri, 10 Mar 2017 13:44:50 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 96d87c3  be less verbose on restart
96d87c3 is described below

commit 96d87c3636534e08eff7f2dbe48f3d736134542a
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 10 13:44:28 2017 +0100

    be less verbose on restart
---
 bin/taler-deployment-restart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-restart b/bin/taler-deployment-restart
index 2cb0188..a157040 100755
--- a/bin/taler-deployment-restart
+++ b/bin/taler-deployment-restart
@@ -8,7 +8,7 @@ ulimit -c $((100 * 1024))
 
 cd $HOME
 
-if taler-deployment-arm -T 300ms -I; then
+if taler-deployment-arm -T 300ms -I &>/dev/null; then
   # looks like deployment is running, stop it
   taler-deployment-arm -e -T 10s &>/dev/null
 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]