Typo was blocking script from working correctly; vmw module would not get blacklisted, hv_sock connection would fail.
This commit is contained in:
Craig Wilhite
2018-04-23 10:30:29 -07:00
committed by GitHub
parent df505b729d
commit d5aa950f77

View File

@@ -72,7 +72,7 @@ modprobe hv_sock
# Blacklist the vmw module
if [ ! -e /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf ] ; then
cat >> /etc/modprobe.d/blacklist_vmw_vsock_vmci_transport.conf <<EOF
blacklist vmw_vsock_vmci_transport"
blacklist vmw_vsock_vmci_transport
EOF
fi