Merge pull request #153 from thelamer/master

adding update exit logic on docker versioning
pull/155/head 1.14.1.5488-cc260c476-pkg-12263ab3-ls2
aptalca 6 years ago committed by GitHub
commit 9109939e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save