Add missing double quote

This commit is contained in:
Martin Wimpress 2021-10-19 16:38:43 +01:00 committed by Martin Wimpress
parent f34434e4ad
commit 029a218bc9
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ EOF
fi
# Enable TPM for Windows 11
if [ "${OS}" == "windows" ] && [ ${RELEASE} -ge 11 ]; then
if [ "${OS}" == "windows" ] && [ "${RELEASE}" -ge 11 ]; then
echo "tpm=\"on\"" >> "${OS}-${RELEASE}.conf"
fi
fi