From d181cd2fff591c04d08d77f301adab400e4dbc2b Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Mon, 14 Feb 2022 14:48:25 +0100 Subject: [PATCH] Full isolation for tasmotizer --- 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 60e200d..7e1fd8a 100644 --- a/applications/tasmotizer/entrypoint.sh +++ b/applications/tasmotizer/entrypoint.sh @@ -1 +1 @@ -{{ python-executable }} -s ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@" +{{ python-executable }} -sE ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@"