From: Stan Grishin Date: Fri, 10 Oct 2025 23:30:41 +0000 (+0000) Subject: https-dns-proxy: bugfix: remove IPKG_INSTROOT check X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=62cc35aca94b0e2d1fab0539aa8692a3533f7e60;p=openwrt-packages.git https-dns-proxy: bugfix: remove IPKG_INSTROOT check Signed-off-by: Stan Grishin --- diff --git a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy index 8acb23e7d..528bed191 100755 --- a/net/https-dns-proxy/files/etc/init.d/https-dns-proxy +++ b/net/https-dns-proxy/files/etc/init.d/https-dns-proxy @@ -9,8 +9,6 @@ STOP=15 # shellcheck disable=SC2034 USE_PROCD=1 -[ -n "${IPKG_INSTROOT}" ] && exit 0 - if type extra_command 1>/dev/null 2>&1; then extra_command 'version' 'Show version information' else