taler-deployment

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

commit 37ea3f3cffcae5762506f17b571b59762a03219f
parent a0a7e10127f276cfe938f034c73e42ef7e3a0a96
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon,  6 Mar 2017 22:59:45 +0100

Debug switcher.

Diffstat:
Mtaler-build/switch_bluegreen.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh @@ -10,5 +10,6 @@ fi if sudo -u $nonactive \ bash -c 'source $HOME/activate; taler-deployment-build'; then + echo "Switching to ${nonactive}." sudo -u test bash -c "cd /home/test; ./ln-${nonactive}.sh" fi