From f1fcd2443c5ab276fd5cf64c714d820eea76cdaf Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 6 Mar 2020 00:09:24 +0800 Subject: [PATCH] luci-app-openclash: fix bug --- .../files/usr/lib/lua/luci/controller/openclash.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/controller/openclash.lua b/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/controller/openclash.lua index 3de12cc8f9..b0bffb5fd9 100644 --- a/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/controller/openclash.lua +++ b/package/ctcgfw/luci-app-openclash/files/usr/lib/lua/luci/controller/openclash.lua @@ -269,3 +269,4 @@ function action_download_rule() luci.http.write_json({ game_rule_download_status = download_rule(); }) +end