From 44b6bd2fb12f086aafab6df348ea1fe8a0a2037e Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Fri, 7 Sep 2018 10:41:40 +0100 Subject: [PATCH] linting fix --- root/etc/cont-init.d/50-plex-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/50-plex-update b/root/etc/cont-init.d/50-plex-update index 1832953..5bb3f6b 100644 --- a/root/etc/cont-init.d/50-plex-update +++ b/root/etc/cont-init.d/50-plex-update @@ -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' "$(