Created
November 3, 2014 06:19
-
-
Save chrismiles/8bbdbb74fab79b290298 to your computer and use it in GitHub Desktop.
discoveryd_kick.sh
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
#!/bin/sh | |
set -x | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist | |
sleep 10 | |
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment