taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4150debb1eec5f346bbfb5d81d2b2455583d7715
parent cfcd0311cfd0d616fdd02e79daeb73477daf4c24
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  6 Mar 2017 22:48:54 +0100

Fix permission to create sockets in /home/test
by 'testswitcher' user.

Diffstat:
Mtaler-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 @@ -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