From 922a5599778859f950c78b516d8bdb478830ebe9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 10 Feb 2025 17:03:29 +0100 Subject: [PATCH] Minor fixes to startup script template. --- sh/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/run b/sh/run index a39612f..fc89619 100644 --- a/sh/run +++ b/sh/run @@ -16,4 +16,5 @@ if [ "$1" = "install_deps" ]; then fi export PYTHONPATH="${PATH_APP_SHARE}:${PYTHONPATH}" -python3 "${PATH_APP_SHARE}/run.py" $@ +cd "${PATH_APP_SHARE}" +./run.py $@ -- 2.30.2