Skip to content

Commit

Permalink
provision.sh: abort if any command fails
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Mar 17, 2020
1 parent 53995b3 commit c0d5df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions seslib/templates/provision.sh.j2
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% include "engine/" + vm_engine + "/vagrant.provision.sh.j2" ignore missing %}

# show the user what we are doing
set -x
set -ex

ls -lR /home/vagrant

Expand Down

0 comments on commit c0d5df1

Please sign in to comment.