Merge pull request #153 from thelamer/master
adding update exit logic on docker versioning
This commit is contained in:
commit
9109939e60
1 changed files with 6 additions and 0 deletions
|
|
@ -10,6 +10,12 @@ elif [[ "${ARCH}" == "aarch64" ]]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
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
|
# test if plex is installed and try re-pulling latest if not
|
||||||
if (dpkg --get-selections plexmediaserver | grep -wq "install"); then
|
if (dpkg --get-selections plexmediaserver | grep -wq "install"); then
|
||||||
:
|
:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue