summaryrefslogtreecommitdiff
path: root/taler-build/switch_active.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 02:49:23 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-06-01 02:49:23 +0200
commit54be11b47733d845607a9075349a2f5e18149d5c (patch)
treed7166980f6c6c08a58b9a390c4a568b48ae0b939 /taler-build/switch_active.sh
parent27837be557523f7e6282ebea670450ef14f4786e (diff)
downloaddeployment-54be11b47733d845607a9075349a2f5e18149d5c.tar.gz
deployment-54be11b47733d845607a9075349a2f5e18149d5c.tar.bz2
deployment-54be11b47733d845607a9075349a2f5e18149d5c.zip
missing restart in blue-green switch
Diffstat (limited to 'taler-build/switch_active.sh')
-rwxr-xr-xtaler-build/switch_active.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh
index 2555ad8..edea06e 100755
--- a/taler-build/switch_active.sh
+++ b/taler-build/switch_active.sh
@@ -20,6 +20,7 @@ cd /home/$INACTIVE
source activate
# FIXME calling 'make check' before switching still missing
taler-deployment-build
+taler-deployment-restart
# check exit code
if [[ $? == 0 ]]