diff --git a/yalu102/dropbear.plist b/yalu102/dropbear.plist index 4cfebaa..ccdf721 100644 --- a/yalu102/dropbear.plist +++ b/yalu102/dropbear.plist @@ -12,7 +12,7 @@ -F -R -p - 127.0.0.1:22 + 127.0.0.1:51022 RunAtLoad diff --git a/yalu102/reload b/yalu102/reload index 8abc946..0053459 100755 --- a/yalu102/reload +++ b/yalu102/reload @@ -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 ReportCrash | grep -v fud | while read a; do printf /System/Library/LaunchDaemons/$a\ ; done) launchctl unload /System/Library/NanoLaunchDaemons sleep 1 launchctl load /Library/LaunchDaemons