Skip to content

Commit 06e73bf

Browse files
committed
IPKG_INSTROOT and ubus fixes
1 parent e1fa869 commit 06e73bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-https-dns-proxy
77
PKG_LICENSE:=AGPL-3.0-or-later
88
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
99
PKG_VERSION:=2025.09.11
10-
PKG_RELEASE:=2
10+
PKG_RELEASE:=3
1111

1212
LUCI_TITLE:=DNS Over HTTPS Proxy Web UI
1313
LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/

root/usr/libexec/rpcd/luci.https-dns-proxy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
readonly packageName="https-dns-proxy"
1515
readonly providersDir="/usr/share/${packageName}/providers"
1616

17-
. /lib/functions.sh
18-
. /usr/share/libubox/jshn.sh
17+
. "${IPKG_INSTROOT}/lib/functions.sh"
18+
. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh"
1919

2020
is_enabled() { "/etc/init.d/${1}" enabled; }
2121
is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; }

0 commit comments

Comments
 (0)