From 7bb8b52ff3b9f7d4c32aafd62f8f2c97637edb1b Mon Sep 17 00:00:00 2001 From: Tobias Meier Date: Mon, 5 May 2025 11:02:51 +0200 Subject: [PATCH] fix --- ct/streamlink-webui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/streamlink-webui.sh b/ct/streamlink-webui.sh index 118eab9..37613c4 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -56,7 +56,7 @@ function update_script() { msg_ok "No update required. ${APP} is already at v${RELEASE}" fi exit -} RELEASE=$(curl -fsSL https://api.github.com/repos/CrazyWolf13/streamlink-webui/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }') +} start build_container