Skip to content

Commit 11ed504

Browse files
authored
Merge pull request #378 from ReddestDream/master
Fix Apple Lightning Digital AV Adapter (HDMI).
2 parents bdb4dcf + 012e3dc commit 11ed504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yalu102/reload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
ls /etc/rc.d | while read a; do /etc/rc.d/$a; done
33
sleep 1
4-
launchctl unload $(ls /System/Library/LaunchDaemons/ | grep -v logd | grep -v ReportCrash | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done)
4+
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)
55
launchctl unload /System/Library/NanoLaunchDaemons
66
sleep 1
77
launchctl load /Library/LaunchDaemons

0 commit comments

Comments
 (0)