From 5154e9521d480b71389babe8c869f2d62a1b43ba Mon Sep 17 00:00:00 2001 From: dennis Date: Wed, 1 Feb 2023 12:29:07 +0100 Subject: forgot to commit here --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') 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 -- cgit v1.2.3