Created
July 19, 2017 19:26
-
-
Save dav1x/36b93cd66a281888299df8a313e7d55e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /etc/profile | |
COMMAND=/usr/local/bin/vmware-toolbox-cmd | |
if [ ! -e $COMMAND ]; | |
echo 'runc exec -t open-vm-tools vmware-toolbox-cmd "$@"' > /usr/local/bin/vmware-toolbox-cmd | |
fi | |
exec /usr/bin/vmtoolsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment