From c41eaca5149a97bdb4e0189ab9fc380afdeb6a65 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Sun, 3 May 2020 12:12:52 -0700 Subject: [PATCH] Fix set --- provision.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision.sh b/provision.sh index 4c75a8461..1be131cb8 100644 --- a/provision.sh +++ b/provision.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -xe +set -e # This file provisions the vagrant vm with needed tools to develop # and test a single-host CloudFire instance.