linting fix
This commit is contained in:
parent
f2e26b3ea2
commit
44b6bd2fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue