diff --git a/applications/tasmotizer/entrypoint.sh b/applications/tasmotizer/entrypoint.sh index f6de79a..60e200d 100644 --- a/applications/tasmotizer/entrypoint.sh +++ b/applications/tasmotizer/entrypoint.sh @@ -1 +1 @@ -{{ python-executable }} ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@" +{{ python-executable }} -s ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@"