Skip to content

Commit 0b2b13c

Browse files
authored
Update plex.sh (#9036)
1 parent 508eb70 commit 0b2b13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/plex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function update_script() {
2323
header_info
2424
check_container_storage
2525
check_container_resources
26-
if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]]; then
26+
if [ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]] && [[ ! -f /etc/apt/sources.list.d/plexmediaserver.sources ]]; then
2727
msg_error "No ${APP} Installation Found!"
2828
exit
2929
fi

0 commit comments

Comments
 (0)