update httpubus

This commit is contained in:
桐话
2024-06-20 10:03:32 +08:00
committed by GitHub
parent 1ebdae0629
commit 6802e197a6
+1 -1
View File
@@ -25,7 +25,7 @@ start() {
}
stop() {
pidcount=$(pgrep "ubus-status" | wc -l)
local pidcount=$(pgrep "ubus-status" | wc -l)
if [ "$pidcount" -eq 1 ]; then
killall -9 ubus-status
fi