Fix Apple Lightning Digital AV Adapter (HDMI). #378

Merged
merged 1 commit into from Feb 2, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Diff settings

Always

Just for now

Update reload

  • Loading branch information...
ReddestDream committed Feb 2, 2017
commit 012e3dc7438e7650bd21e10e35fddd23b95185fd
View
@@ -1,7 +1,7 @@
#!/bin/sh
ls /etc/rc.d | while read a; do /etc/rc.d/$a; done
sleep 1
-launchctl unload $(ls /System/Library/LaunchDaemons/ | grep -v logd | grep -v ReportCrash | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done)
+launchctl unload $(ls /System/Library/LaunchDaemons/ | grep -v logd | grep -v fud | grep -v ReportCrash | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done)
launchctl unload /System/Library/NanoLaunchDaemons
sleep 1
launchctl load /Library/LaunchDaemons