From 7af30ee28ee492f77244b83b342d0ab8688a28d1 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 9 Sep 2015 13:51:19 +0200 Subject: Don't exit after failed deploy Sometimes only trivial things fail that doesn't affect basic functionallity. Change-Id: I9d9d1a531a11e6eeee6fd823a51bb02e99771ec2 --- vagrant/configure-leap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh index e0476739..332bdddf 100755 --- a/vagrant/configure-leap.sh +++ b/vagrant/configure-leap.sh @@ -53,10 +53,6 @@ if [ $? -eq 1 ]; then fi $LEAP $OPTS -v 2 deploy -if [ $? -eq 1 ]; then - echo 'deploy failed' - exit 1 -fi set +e git add . @@ -82,4 +78,3 @@ echo -e '\n\n\n' echo 'You are now ready to use your provider. Please update your /etc/hosts with following dns overrides:' $LEAP list --print ip_address,domain.full,dns.aliases | sed 's/,//g' | cut -d' ' -f 2- - -- cgit v1.2.3