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