mirror of
https://github.com/Hinara/linux-vm-tools.git
synced 2025-01-08 11:37:53 +08:00
Fix typo
This commit is contained in:
parent
3d09c3efd7
commit
19ae5b9e10
@ -76,7 +76,7 @@ sed -i_orig -e 's/allowed_users=console/allowed_users=anybody/g' /etc/X11/Xwrapp
|
||||
|
||||
# Blacklist the vmw module
|
||||
if [ ! -e /etc/modprobe.d/blacklist-vmw_vsock_vmci_transport.conf ]; then
|
||||
echo blacklist vmw_vsock_vmci_transport" > /etc/modprobe.d/blacklist-vmw_vsock_vmci_transport.conf
|
||||
echo "blacklist vmw_vsock_vmci_transport" > /etc/modprobe.d/blacklist-vmw_vsock_vmci_transport.conf
|
||||
fi
|
||||
|
||||
#Ensure hv_sock gets loaded
|
||||
|
Loading…
Reference in New Issue
Block a user