Skip to content

Commit c907886

Browse files
Fail if any script fails
1 parent 04386f4 commit c907886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
set -eux
2+
13
shdir="scripts"
24

35
for bashfile in $(cat $shdir/run_order.txt); do

0 commit comments

Comments
 (0)