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: (Trying to) fix p


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: (Trying to) fix permission issue in buildbot-run script.
Date: Mon, 06 Mar 2017 22:02:10 +0100

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 29ead9e  (Trying to) fix permission issue in buildbot-run script.
29ead9e is described below

commit 29ead9e26473672f75988c463f337af8ac70651c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:02:01 2017 +0100

    (Trying to) fix permission issue in buildbot-run script.
---
 taler-build/switch_bluegreen.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 2460b3c..e91d1bd 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
-(whoami)
-active=$(cat /home/test/active)
+active=$(sudo -u test cat /home/test/active)
 nonactive="test-blue"
 
 if test $active="test-blue"; then

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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