From 9d48b58c18a2daaa9e691895fc4c46c258065804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E8=AF=9D?= <49544781+xiaomeng9597@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:02:19 +0800 Subject: [PATCH] update httpubus --- configfiles/httpubus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configfiles/httpubus b/configfiles/httpubus index ba2e31c..07ede74 100644 --- a/configfiles/httpubus +++ b/configfiles/httpubus @@ -12,7 +12,7 @@ check_model() { case "$board" in jp,tvbox|\ panther,x2) - /sbin/ubus-status.sh > /dev/null 2>&1 & + /bin/ubus-status.sh > /dev/null 2>&1 & ;; *) return 1