mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-04-13 00:04:33 +08:00
Merge pull request #153 from thelamer/master
adding update exit logic on docker versioning
This commit is contained in:
commit
9109939e60
@ -10,6 +10,12 @@ elif [[ "${ARCH}" == "aarch64" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# If docker manages versioning exit
|
||||
if [ "${VERSION}" ] && [ "${VERSION}" == 'docker' ]; then
|
||||
echo "Docker is used for verisoning skip update check"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# test if plex is installed and try re-pulling latest if not
|
||||
if (dpkg --get-selections plexmediaserver | grep -wq "install"); then
|
||||
:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user