From 6be8087c4e4ab2d0981f69108fcb667526d3aacc Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 6 Apr 2022 14:12:50 +0300 Subject: [PATCH] blockcheck: remove never executed code --- blockcheck.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index 54014e1..54d94e2 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -169,14 +169,12 @@ check_prerequisites() progs="$progs iptables ip6tables" ipt_has_nfq || { echo NFQUEUE iptables or ip6tables target is missing. pls install modules. - [ "$SUBSYS" = openwrt ] && echo 'OpenWRT : opkg update ; opkg install iptables-mod-nfqueue' exitp 6 } ;; nftables) nft_has_nfq || { echo nftables queue support is not available. pls install modules. - [ "$SUBSYS" = openwrt ] && echo 'OpenWRT : opkg update ; opkg install kmod-nft-queue' exitp 6 } ;;