Small style improvement

This commit is contained in:
Michael Boelen 2021-01-07 11:34:46 +01:00 committed by GitHub
parent c38c89ae4e
commit cd6edc577b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@
fi
done
if [ $UNATTENDED_UPGRADES_OPTION_AVAILABLE -eq 1 ]; then
if [ ${UNATTENDED_UPGRADES_OPTION_AVAILABLE} -eq 1 ]; then
# Test available tools for Linux
if [ -f "${ROOTDIR}bin/auter" ]; then
UNATTENDED_UPGRADES_TOOL="auter"