summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtaler-build/switch_active.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index 1743dc1..bc64ed6 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -22,12 +22,10 @@ else
INACTIVE='test-green'
fi
-# global build for the inactive
-cd /home/$INACTIVE
-source activate
+# build and restart
# FIXME calling 'make check' before switching still missing
-taler-deployment-build
-taler-deployment-restart
+$HOME/deployment/bin/taler-deployment-build
+$HOME/deployment/bin/taler-deployment-restart
# check exit code
if [[ $? == 0 ]]