git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
de224a5
)
https-dns-proxy: bugfix: remove IPKG_INSTROOT check
author
Stan Grishin
<redacted>
Fri, 10 Oct 2025 23:30:41 +0000
(23:30 +0000)
committer
Stan Grishin
<redacted>
Sat, 11 Oct 2025 00:41:21 +0000
(17:41 -0700)
Signed-off-by: Stan Grishin <redacted>
net/https-dns-proxy/files/etc/init.d/https-dns-proxy
patch
|
blob
|
history
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 8acb23e7d77459f12187bb6eed3997f8a2eaf67c..528bed191c4c2be9df89fee067fc1dd66168bf33 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT