mirror of https://github.com/mack-a/v2ray-agent
feat(一键脚本): 完善日志
parent
01f0d2f76c
commit
9310d65af0
|
@ -273,7 +273,7 @@ installV2Ray(){
|
||||||
fi
|
fi
|
||||||
echoContent yellow "客户端链接--->"
|
echoContent yellow "客户端链接--->"
|
||||||
qrEncode $1
|
qrEncode $1
|
||||||
echoContent yellow "监听V2Ray日志,如有日志出现则证明线路可用--->"
|
echoContent yellow "监听V2Ray日志,如有日志出现则证明线路可用,Ctrl+c停止--->"
|
||||||
tail -f /tmp/v2ray/v2ray_access_ws_tls.log
|
tail -f /tmp/v2ray/v2ray_access_ws_tls.log
|
||||||
}
|
}
|
||||||
# 开机自启
|
# 开机自启
|
||||||
|
|
Loading…
Reference in New Issue