Skip to content

Commit e524f0f

Browse files
committed
remove IPKG_INSTROOT check from init script
1 parent c00782c commit e524f0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

12-
[ -n "${IPKG_INSTROOT}" ] && exit 0
13-
1412
if type extra_command 1>/dev/null 2>&1; then
1513
extra_command 'version' 'Show version information'
1614
else

0 commit comments

Comments
 (0)