taler-deployment

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

commit 8231f6d5bff5ac6a1de04493ac41dec7f8f2b819
parent bce63560dd3f3f031ef376175667db79a04856d2
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue, 21 Jun 2016 14:45:23 +0200

exit code in switcher

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

diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh @@ -28,6 +28,7 @@ fi # FIXME calling 'make check' before switching still missing if ! taler-deployment-build; then echo "Failed to rebuild, not switching" + exit 1 else echo "Successfully built, switching" ln -fs -T /home/$INACTIVE/sockets /home/test/sockets