From b7cd6d0b85497e854e509a6fc4e96e268d56f386 Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Thu, 16 Apr 2020 15:39:14 +0200 Subject: [PATCH] Isolate the tasmotizer app from the user space --- applications/tasmotizer/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"