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 f2e26b3 commit 44b6bd2Copy full SHA for 44b6bd2
1 file changed
root/etc/cont-init.d/50-plex-update
@@ -40,7 +40,7 @@ cat > "${UPGRADE_FAIL}" <<-EOFFAIL
40
EOFFAIL
41
42
# test for no version set or opt out for autoupdates
43
-if [[ -z "$VERSION" ]] || [[ "$VERSION" == "0" ]] || [[ ! -z "$ADVANCED_DISABLEUPDATES" ]]; then
+if [[ -z "$VERSION" ]] || [[ "$VERSION" == "0" ]] || [[ -n "$ADVANCED_DISABLEUPDATES" ]]; then
44
printf '\n\n\n%s\n\n\n' "$(</tmp/no-version.nfo)"
45
exit 0
46
fi
0 commit comments