From ec4336ff0ce6ed089655a0bf26e9d1bf98de760c Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 28 Jun 2016 08:35:15 -0400 Subject: [PATCH] DEV: Exit on error --- vagrant_init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant_init.sh b/vagrant_init.sh index 4f5cf920..70e107ca 100644 --- a/vagrant_init.sh +++ b/vagrant_init.sh @@ -10,6 +10,7 @@ # from the root of the zipline github checkout. # This will put the zipline code in the # /vagrant folder in the system. +set -e VAGRANT_LOG="/home/vagrant/vagrant.log"