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.
2 parents 586d42a + b10368d commit 9109939Copy full SHA for 9109939
root/etc/cont-init.d/60-plex-update
@@ -10,6 +10,12 @@ elif [[ "${ARCH}" == "aarch64" ]]; then
10
exit 0
11
fi
12
13
+# If docker manages versioning exit
14
+if [ "${VERSION}" ] && [ "${VERSION}" == 'docker' ]; then
15
+ echo "Docker is used for verisoning skip update check"
16
+ exit 0
17
+fi
18
+
19
# test if plex is installed and try re-pulling latest if not
20
if (dpkg --get-selections plexmediaserver | grep -wq "install"); then
21
:
0 commit comments