Skip to content

Commit 4d997ad

Browse files
committed
remove IPKG_INSTROOT check from init script
1 parent 7a70f7a commit 4d997ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

files/etc/init.d/adblock-fast

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ START=20
88
USE_PROCD=1
99
LC_ALL=C
1010

11-
[ -n "${IPKG_INSTROOT}" ] && return 0
12-
1311
if type extra_command 1>/dev/null 2>&1; then
1412
extra_command 'allow' 'Allows domain in current block-list and config'
1513
extra_command 'check' 'Checks if specified domain is found in current block-list'

0 commit comments

Comments
 (0)