diff --git a/blockcheck.sh b/blockcheck.sh index 082abcf..b9059df 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -110,6 +110,7 @@ check_system() UNAME=$(uname) SUBSYS= + local s # can be passed FWTYPE=iptables to override default nftables preference case "$UNAME" in @@ -126,6 +127,7 @@ check_system() PKTWS="$DVTWS" PKTWSD=dvtws FWTYPE=ipfw + [ -f /etc/platform ] && read SUBSYS