We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508eb70 commit 0b2b13cCopy full SHA for 0b2b13c
ct/plex.sh
@@ -23,7 +23,7 @@ function update_script() {
23
header_info
24
check_container_storage
25
check_container_resources
26
- 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
27
msg_error "No ${APP} Installation Found!"
28
exit
29
fi
0 commit comments