From 02c0c269f76cd8966ec680dc7506330e069bee8c Mon Sep 17 00:00:00 2001 From: SunBK201 Date: Thu, 21 Nov 2024 20:38:47 +0800 Subject: [PATCH] fix: fix the failure of startup in some distributions --- openwrt/files/luci/cbi.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/openwrt/files/luci/cbi.lua b/openwrt/files/luci/cbi.lua index 1557aee..ad6137e 100644 --- a/openwrt/files/luci/cbi.lua +++ b/openwrt/files/luci/cbi.lua @@ -60,11 +60,9 @@ partialRepalce.description = "Replace only the matched part of the User-Agent, only works when User-Agent Regex Pattern is not empty" partialRepalce.default = "0" ---[[ local apply = luci.http.formvalue("cbi.apply") if apply then io.popen("/etc/init.d/ua3f restart") end ---]] return ua3f