taler-deployment

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

commit f6f48d0ea8adba7772352a46927b432c135e498e
parent 9cdd2685e90a03945e4fe5feb7b85dce18fb9a84
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Jun 2016 14:17:28 +0200

removing unnecessary test in shell script

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

diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh @@ -24,7 +24,7 @@ fi # build and restart # FIXME calling 'make check' before switching still missing -if taler-deployment-build; ! test $? = 0; then +if ! taler-deployment-build; then echo "Failed to rebuild, not switching" else echo "Successfully built, switching"