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: Fix permission to


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix permission to create sockets in /home/test by 'testswitcher' user.
Date: Mon, 06 Mar 2017 22:49:30 +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 4150deb  Fix permission to create sockets in /home/test by 
'testswitcher' user.
4150deb is described below

commit 4150debb1eec5f346bbfb5d81d2b2455583d7715
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:48:54 2017 +0100

    Fix permission to create sockets in /home/test
    by 'testswitcher' user.
---
 taler-build/switch_bluegreen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 841b4ef..a98efdf 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -10,5 +10,5 @@ fi
 if sudo -u $nonactive \
    bash -c 'source $HOME/activate; taler-deployment-build'; then
 
-  sudo -u test /home/test/ln-${nonactive}.sh
+  sudo -u test bash -c 'cd $HOME; ./ln-${nonactive}.sh'
 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]