diff --git a/template/src/ontology/run.sh.jinja2 b/template/src/ontology/run.sh.jinja2 index 1a85679a..eef8eb1f 100755 --- a/template/src/ontology/run.sh.jinja2 +++ b/template/src/ontology/run.sh.jinja2 @@ -14,6 +14,8 @@ # # See README-editors.md for more details. +set -e + if [ -f run.sh.conf ]; then . ./run.sh.conf fi