Updated for KVM VM

This commit is contained in:
2024-12-03 13:22:07 +00:00
parent b352fc7247
commit 4cc0ea5b24

View File

@@ -22,7 +22,7 @@ else
OS_VERSION=$(hostnamectl | awk '/Operating System/ {print $5}') OS_VERSION=$(hostnamectl | awk '/Operating System/ {print $5}')
fi fi
if [ "${VM}" == "vmware" ]; then if [ "${VM}" == "vmware" ] || [ "${VM}" == "kvm" ] ; then
VM="true" VM="true"
else else
VM="false" VM="false"