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() {
if [ -n "$(pidof "${BINPATH}")" ]; then
status="未运行|0"
status="运行端口号: ${port}|1"
else
status="运行端口号: ${port}|1"
status="未运行|0"
fi
mbdb set $appname.main.status="$status"