Merge pull request #566 from sunShuShu/develop

Fix can’t launch the agents when macOS disable SIP(System Integrity P…
This commit is contained in:
Qiu Yuzhou
2017-10-22 02:19:30 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -7,5 +7,5 @@
# Copyright © 2017年 qiuyuzhou. All rights reserved. # Copyright © 2017年 qiuyuzhou. All rights reserved.
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist" chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist"
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist" launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.kcptun.plist"
launchctl start com.qiuyuzhou.shadowsocksX-NG.kcptun launchctl start com.qiuyuzhou.shadowsocksX-NG.kcptun

View File

@ -7,5 +7,5 @@
# Copyright © 2016年 zhfish. All rights reserved. # Copyright © 2016年 zhfish. All rights reserved.
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist" chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist" launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
launchctl start com.qiuyuzhou.shadowsocksX-NG.http launchctl start com.qiuyuzhou.shadowsocksX-NG.http

View File

@ -7,5 +7,5 @@
# Copyright © 2016年 qiuyuzhou. All rights reserved. # Copyright © 2016年 qiuyuzhou. All rights reserved.
chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist" chmod 644 "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist"
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist" launchctl load -wF "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.local.plist"
launchctl start com.qiuyuzhou.shadowsocksX-NG.local launchctl start com.qiuyuzhou.shadowsocksX-NG.local