Skip to content

Commit 410013b

Browse files
committed
restore IPKG_INSTROOT check in init script
1 parent b982956 commit 410013b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
33

44
PKG_NAME:=https-dns-proxy
55
PKG_VERSION:=2025.09.11
6-
PKG_RELEASE:=3
6+
PKG_RELEASE:=4
77

88
PKG_SOURCE_PROTO:=git
99
PKG_SOURCE_URL:=https://github.com/baranyaib90/https_dns_proxy/

files/etc/init.d/https-dns-proxy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ STOP=15
99
# shellcheck disable=SC2034
1010
USE_PROCD=1
1111

12+
[ -n "${IPKG_INSTROOT}" ] && return 0
13+
1214
if type extra_command 1>/dev/null 2>&1; then
1315
extra_command 'version' 'Show version information'
1416
else

0 commit comments

Comments
 (0)