commit 54be11b47733d845607a9075349a2f5e18149d5c
parent 27837be557523f7e6282ebea670450ef14f4786e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 1 Jun 2016 02:49:23 +0200
missing restart in blue-green switch
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 ]]