Browse Source

Destroy VM if it fails to build

umbrel-beta
Luke Childs 5 years ago
parent
commit
1f82ffbd7d
  1. 2
      umbrel-dev

2
umbrel-dev

@ -126,7 +126,7 @@ fi
# Boot the development VM
if [[ "$command" = "boot" ]]; then
check_umbrel_dev_environment
vagrant up
vagrant up || vagrant destroy -f
exit
fi

Loading…
Cancel
Save