Skip to content

Commit

Permalink
updated bash script to exit on any error
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 23, 2023
1 parent d6f4de4 commit 4444890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
set -e

# start in data directory
cd data

Expand Down

0 comments on commit 4444890

Please sign in to comment.