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 bda9286 commit 29ee6cdCopy full SHA for 29ee6cd
ct/plex.sh
@@ -23,7 +23,8 @@ function update_script() {
23
header_info
24
check_container_storage
25
check_container_resources
26
- if [ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]] && [[ ! -f /etc/apt/sources.list.d/plexmediaserver.sources ]]; then
+ if [[ ! -f /etc/apt/sources.list.d/plexmediaserver.list ]] \
27
+ && [[ ! -f /etc/apt/sources.list.d/plexmediaserver.sources ]]; then
28
msg_error "No ${APP} Installation Found!"
29
exit
30
fi
0 commit comments