aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authordennis <d@ennis.no>2023-02-01 12:29:07 +0100
committerdennis <d@ennis.no>2023-02-01 12:29:07 +0100
commit5154e9521d480b71389babe8c869f2d62a1b43ba (patch)
tree73d13604e7c12344fbce36ccf36c9fcae828b95c /run.sh
parentcd to directory instead, so we have right working dir (diff)
downloadenergyscripts-5154e9521d480b71389babe8c869f2d62a1b43ba.tar.gz
forgot to commit here
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index a46ec0b..8efffd5 100755
--- a/run.sh
+++ b/run.sh
@@ -7,4 +7,4 @@ cd ${0:h}
setopt all_export
source .env
unsetopt all_export
-./venv/bin/python3 $1
+./venv/bin/python3 $1 || exit 1