mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-01-17 09:54:25 +08:00
linting fix
This commit is contained in:
parent
f2e26b3ea2
commit
44b6bd2fb1
@ -40,7 +40,7 @@ cat > "${UPGRADE_FAIL}" <<-EOFFAIL
|
||||
EOFFAIL
|
||||
|
||||
# test for no version set or opt out for autoupdates
|
||||
if [[ -z "$VERSION" ]] || [[ "$VERSION" == "0" ]] || [[ ! -z "$ADVANCED_DISABLEUPDATES" ]]; then
|
||||
if [[ -z "$VERSION" ]] || [[ "$VERSION" == "0" ]] || [[ -n "$ADVANCED_DISABLEUPDATES" ]]; then
|
||||
printf '\n\n\n%s\n\n\n' "$(</tmp/no-version.nfo)"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user