Adding graceful exit to quickstart terminal script

This commit is contained in:
Jeffrey Morgan 2015-08-10 14:06:06 -07:00
parent ead46cbd3b
commit 8259f2740d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
set -e set -e
trap '[ "$?" -eq 0 ] || read -p "Looks like something went wrong... Press any key to continue..."' EXIT
VM=default VM=default
DOCKER_MACHINE=./docker-machine.exe DOCKER_MACHINE=./docker-machine.exe