Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix-runsh-return-code' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jan 20, 2024
2 parents 4765569 + 087a327 commit 5b5ec3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/src/ontology/run.sh.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#
# See README-editors.md for more details.

set -e

if [ -f run.sh.conf ]; then
. ./run.sh.conf
fi
Expand Down

0 comments on commit 5b5ec3e

Please sign in to comment.