mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
https-dns-proxy: bugfix: remove IPKG_INSTROOT check
Signed-off-by: Stan Grishin <stangri@melmac.ca>
This commit is contained in:
@@ -9,8 +9,6 @@ STOP=15
|
|||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
USE_PROCD=1
|
USE_PROCD=1
|
||||||
|
|
||||||
[ -n "${IPKG_INSTROOT}" ] && exit 0
|
|
||||||
|
|
||||||
if type extra_command 1>/dev/null 2>&1; then
|
if type extra_command 1>/dev/null 2>&1; then
|
||||||
extra_command 'version' 'Show version information'
|
extra_command 'version' 'Show version information'
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user