From e2c41a2a39b16ef639d7660601d1bfc308e1c522 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 5 May 2025 11:44:38 +0000 Subject: [PATCH 1/2] Update .app files --- ct/headers/komodo | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ct/headers/komodo diff --git a/ct/headers/komodo b/ct/headers/komodo new file mode 100644 index 0000000..06d2e93 --- /dev/null +++ b/ct/headers/komodo @@ -0,0 +1,6 @@ + __ __ __ + / //_/___ ____ ___ ____ ____/ /___ + / ,< / __ \/ __ `__ \/ __ \/ __ / __ \ + / /| / /_/ / / / / / / /_/ / /_/ / /_/ / +/_/ |_\____/_/ /_/ /_/\____/\__,_/\____/ + From c2fccc2df489a48a9ed4830eea6a70a2bd2d040f Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Mon, 5 May 2025 13:50:57 +0200 Subject: [PATCH 2/2] fix startup --- install/streamlink-webui-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index b019294..cbc848d 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -45,8 +45,8 @@ After=network.target [Service] EnvironmentFile=/opt/${APPLICATION}.env -WorkingDirectory=/opt/${APPLICATION}/backend/src -ExecStart=fastapi run main.py +WorkingDirectory=/opt/${APPLICATION} +ExecStart=start.sh Restart=always [Install]