1
0
forked from mir/linux-vm-tools

Merge pull request #25 from cwilhit/patch-1

Fix typo
This commit is contained in:
Justin 2018-04-23 10:33:20 -07:00 committed by GitHub
commit e86510f7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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