mirror of
https://github.com/microsoft/linux-vm-tools
synced 2025-09-01 15:05:49 +00:00
Fix typo
Typo was blocking script from working correctly; vmw module would not get blacklisted, hv_sock connection would fail.
This commit is contained in:
@@ -72,7 +72,7 @@ modprobe hv_sock
|
|||||||
# Blacklist the vmw module
|
# Blacklist the vmw module
|
||||||
if [ ! -e /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf ] ; then
|
if [ ! -e /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf ] ; then
|
||||||
cat >> /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf <<EOF
|
cat >> /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf <<EOF
|
||||||
blacklist vmw_vsock_vmci_transport"
|
blacklist vmw_vsock_vmci_transport
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user