From 9778245a18c0166b41327e9a6d5a6b23bab43322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:03:12 +0800 Subject: [PATCH] update ubus-status.sh --- configfiles/ubus-status.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/configfiles/ubus-status.sh b/configfiles/ubus-status.sh index e8415ad..77916e2 100644 --- a/configfiles/ubus-status.sh +++ b/configfiles/ubus-status.sh @@ -37,7 +37,6 @@ check_ubus() { echo "$datetime / Ubus服务正在运行,一切正常。" else echo "$datetime / Ubus服务异常,正在重启Ubus。" - killall ubusd killall rpcd sleep 1 /sbin/rpcd -s /var/run/ubus/ubus.sock -t 30 &