You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux::getVirtualization() is giving inaccurate results. I am running the package on a CentOS7 VirtualBox instance and expected the method to return VirtualBox but it was returning VMWare because the method was checking for VMWare first, but the later check for VirtualBox also evaluates to true but is never executed because the method returns earlier because of the VMWare check that passed first.
Linux::getVirtualization() is giving inaccurate results. I am running the package on a CentOS7 VirtualBox instance and expected the method to return VirtualBox but it was returning VMWare because the method was checking for VMWare first, but the later check for VirtualBox also evaluates to true but is never executed because the method returns earlier because of the VMWare check that passed first.
ginfo/src/OS/Linux.php
Line 655 in e5af601
Below is the output of print_r($modules)
The text was updated successfully, but these errors were encountered: