Skip to content

Commit

Permalink
Improve run script
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Apr 2, 2024
1 parent d8aaa05 commit af10a84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ for script in scripts/??-*.sh; do
elif [[ "$?" == "$STOP_CODE" ]]; then
echo
echo "Early exit signaled from $script"
exit
break
else
exit "$?"
fi
done

echo
echo "Run completed on $(date)"

0 comments on commit af10a84

Please sign in to comment.