From 4906c633e201b4ca3a49880224bbeba997f38e71 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Mon, 26 Feb 2024 23:00:27 +0100 Subject: [PATCH] Use correct option --- foobaz-shop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foobaz-shop.sh b/foobaz-shop.sh index 1f4fbe0..7af8708 100755 --- a/foobaz-shop.sh +++ b/foobaz-shop.sh @@ -2,4 +2,4 @@ here=$(cd $(dirname $0); pwd) cd $here -exec poetry run python foobaz.py -a 127.0.0.1 -p 8081 -r shop -u 2 +exec poetry run python foobaz.py -a 127.0.0.1 -l 8081 -r shop -u 2