Update streamlink-webui.sh (#4314)

This commit is contained in:
Tobias
2025-05-08 10:50:45 +02:00
committed by GitHub
parent 6abb55ba86
commit fabbe8fe59

View File

@@ -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