From dff9bd8b4fb34202c5feadd7f7e5e22470f45383 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 26 Jul 2022 12:35:53 +0200 Subject: [PATCH] Go here before running poetry --- foobaz.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foobaz.sh b/foobaz.sh index 5adfa1c..5e975d3 100755 --- a/foobaz.sh +++ b/foobaz.sh @@ -1,4 +1,5 @@ #!/bin/sh here=$(cd $(dirname $0); pwd) -exec poetry run python $here/foobaz.py -a 127.0.0.1 -r big +cd $here +exec poetry run python foobaz.py -a 127.0.0.1 -r big