diff --git a/bin/start_service.sh b/bin/start_service.sh index 53d48f9..ec27d82 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -34,4 +34,4 @@ uv sync --frozen # activate .venv, this works in conjunction with the conda environment source .venv/bin/activate -python3 -u -B ${SVC_DIR}/current/app/AGEBD-SERVICE-${SVC_NAME}.py +python3 -u -B ${SVC_DIR}/current/app/src/AGEBD-SERVICE-${SVC_NAME}.py