Skip to content

Commit fabbe8f

Browse files
authored
Update streamlink-webui.sh (#4314)
1 parent 6abb55b commit fabbe8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/streamlink-webui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function update_script() {
2424
check_container_storage
2525
check_container_resources
2626

27-
if [[ ! -f /opt/streamlink-webui ]]; then
27+
if [[ ! -d /opt/streamlink-webui ]]; then
2828
msg_error "No ${APP} Installation Found!"
2929
exit
3030
fi

0 commit comments

Comments
 (0)