Update Mon May 9 03:38:34 PM CDT 2022

This commit is contained in:
Dewalt 2022-05-09 15:38:34 -05:00
parent e4d485c50d
commit df144fa59b
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
# Standard Disclaimer: Author assumes no liability for any damage
# revision var
revision="1.5.4"
revision="1.5.4a"
# unicorn puke:
red=$'\e[1;31m'
@ -1184,7 +1184,7 @@ check_vm() {
echo -e "\n $greenplus detecting hypervisor type \n"
vbox_check=$(virt-what | grep -i -c "virtualbox") # virtualbox check
vmware_check=$(virt-what | grep -i -c "vmware") # vmware check - vmware check works on Mac VMWare Fusion
qemu_check=$(virt-what | grep -i -c "qemu") # m4ul3r Qemu/libvirt check
qemu_check=$(virt-what | grep -i -c "qemu\|kvm") # m4ul3r Qemu/libvirt check
if [ $vbox_check = 1 ]
then
echo -e "\n $greenplus *** VIRTUALBOX DETECTED *** \n"