1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-08 23:23:09 +00:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ function update_script() {
check_container_storage check_container_storage
check_container_resources check_container_resources
if [[ ! -f /opt/streamlink-webui ]]; then if [[ ! -d /opt/streamlink-webui ]]; then
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi