From ec954483853c618a12acf65bc8d729e097d2cedf Mon Sep 17 00:00:00 2001 From: cloudwindy <49033775+cloudwindy@users.noreply.github.com> Date: Tue, 22 Jun 2021 20:46:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 62b0e6d..c62bf97 100644 --- a/install.sh +++ b/install.sh @@ -1457,7 +1457,7 @@ handleV2Ray() { echoContent green " ---> V2Ray启动成功" else echoContent red "V2Ray启动失败" - echoContent red "执行 [ps -ef|grep v2ray] 查看日志" + echoContent red "请手动执行【/etc/v2ray-agent/v2ray/v2ray -confdir /etc/v2ray-agent/v2ray/conf】,查看错误日志" exit 0 fi elif [[ "$1" == "stop" ]]; then @@ -1487,7 +1487,7 @@ handleXray() { echoContent green " ---> Xray启动成功" else echoContent red "xray启动失败" - echoContent red "执行 [ps -ef|grep xray] 查看日志" + echoContent red "请手动执行【/etc/v2ray-agent/xray/xray -confdir /etc/v2ray-agent/xray/conf】,查看错误日志" exit 0 fi elif [[ "$1" == "stop" ]]; then @@ -1517,7 +1517,7 @@ handleTrojanGo() { echoContent green " ---> Trojan-Go启动成功" else echoContent red "Trojan-Go启动失败" - echoContent red "请手动执行【/etc/v2ray-agent/trojan/trojan-go -config /etc/v2ray-agent/trojan/config_full.json】,查看错误日志" + echoContent red "请手动执行【/etc/v2ray-agent/trojan/trojan-go -config /etc/v2ray-agent/trojan/config_full.json】,查看错误日志" exit 0 fi elif [[ "$1" == "stop" ]]; then