summaryrefslogtreecommitdiff
path: root/taler-build/switch_bluegreen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build/switch_bluegreen.sh')
-rwxr-xr-xtaler-build/switch_bluegreen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 273ff4f..8fec510 100755
--- 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