mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-04-27 09:27:15
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user