diff --git a/scripts/vagrant/create_vbox.sh b/scripts/vagrant/create_vbox.sh index 74b9d6ffa..8be5dfdaf 100755 --- a/scripts/vagrant/create_vbox.sh +++ b/scripts/vagrant/create_vbox.sh @@ -7,6 +7,8 @@ # This script creates a subdirectory called $PWD/ and copies the Vagrantfile # into that directory before running 'vagrant up' +set -e + VAGRANT_TARGET="$PWD" DIR="$( cd "$( dirname $0 )" && pwd )"