From 8d83c30b5927b5869dda90a74b051f5682ef2ba1 Mon Sep 17 00:00:00 2001 From: Matt17000 Date: Mon, 10 Nov 2025 20:40:14 +0100 Subject: [PATCH] Update plex.sh (#9036) --- ct/plex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plex.sh b/ct/plex.sh index 3ad82df74..c30b0228d 100644 --- a/ct/plex.sh +++ b/ct/plex.sh @@ -23,7 +23,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]]; then + if [ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]] && [[ ! -f /etc/apt/sources.list.d/plexmediaserver.sources ]]; then msg_error "No ${APP} Installation Found!" exit fi