2020-04-27 09:27:15

This commit is contained in:
monlor
2020-04-27 09:27:16 +08:00
parent ee57fc4d62
commit 924c965d9f
4 changed files with 3 additions and 3 deletions

View File

@@ -137,9 +137,9 @@ stop () {
status() { status() {
if [ -n "$(pidof "${BINPATH}")" ]; then if [ -n "$(pidof "${BINPATH}")" ]; then
status="未运行|0"
else
status="运行端口号: ${port}|1" status="运行端口号: ${port}|1"
else
status="未运行|0"
fi fi
mbdb set $appname.main.status="$status" mbdb set $appname.main.status="$status"

View File

@@ -1 +1 @@
4.23.1 4.4

BIN
appsbin/v2ray-bin/linux_mips/v2ctl Executable file → Normal file

Binary file not shown.

BIN
appsbin/v2ray-bin/linux_mips/v2ray Executable file → Normal file

Binary file not shown.