Last active
December 28, 2015 22:29
-
-
Save magoon/7571694 to your computer and use it in GitHub Desktop.
Mavericks users run this after rebooting if you want to fix your broken vagrant
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
| sudo /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart | |
| # Pre-mavericks, try this instead: | |
| # sudo /Library/StartupItems/VirtualBox/VirtualBox restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment