From ffaa8c5685b528642093bdc501d1c1951c59d74c Mon Sep 17 00:00:00 2001 From: bgme Date: Mon, 28 Jul 2025 11:04:03 +0000 Subject: [PATCH] Squashed 'luci-app-smartdns/' changes from bfba741..e634b6f e634b6f luci: change so name to smartdns_ui.so git-subtree-dir: luci-app-smartdns git-subtree-split: e634b6fbea7ceb68104eb3d1fe38c34a62d3097c --- htdocs/luci-static/resources/view/smartdns/smartdns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/luci-static/resources/view/smartdns/smartdns.js b/htdocs/luci-static/resources/view/smartdns/smartdns.js index e436bdd..b359947 100644 --- a/htdocs/luci-static/resources/view/smartdns/smartdns.js +++ b/htdocs/luci-static/resources/view/smartdns/smartdns.js @@ -94,7 +94,7 @@ function smartdnsRenderStatus(res) { } function isSmartdnsUiAvailable() { - return fs.stat('/usr/lib/libsmartdns_ui.so').then(function (res) { + return fs.stat('/usr/lib/smartdns_ui.so').then(function (res) { return res && res.type === 'file'; }).catch(function () { return false;