Update plex.sh (#9036)

This commit is contained in:
Matt17000
2025-11-10 20:40:14 +01:00
committed by GitHub
parent 508eb70d13
commit 0b2b13c79a

View File

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