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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Tue, 16 Apr 2019 11:49:01 +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 a4017d3  syntax
a4017d3 is described below

commit a4017d35912015487a44190dd7a57110fa9177e6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 16 11:48:50 2019 +0200

    syntax
---
 buildbot/config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/config.sh b/buildbot/config.sh
index 88e70e9..39afb2e 100755
--- a/buildbot/config.sh
+++ b/buildbot/config.sh
@@ -10,7 +10,7 @@ active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
 nonactive="${DEPLOYMENT}-blue"
 echo "Active party: ${active}"
 
-if test $active = "${DEPLOYMENT}-blue"; then
+if test "$active" = "${DEPLOYMENT}-blue"; then
   nonactive="${DEPLOYMENT}-green"
 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]