From fabbe8fe59d610d8295c18d62aa6bf734975ce08 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 8 May 2025 10:50:45 +0200 Subject: [PATCH] Update streamlink-webui.sh (#4314) --- 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 240454a04..75494d688 100644 --- a/ct/streamlink-webui.sh +++ b/ct/streamlink-webui.sh @@ -24,7 +24,7 @@ function update_script() { check_container_storage check_container_resources - if [[ ! -f /opt/streamlink-webui ]]; then + if [[ ! -d /opt/streamlink-webui ]]; then msg_error "No ${APP} Installation Found!" exit fi