Skip to content

Commit

Permalink
Remove dev output
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Mar 14, 2023
1 parent 8ca94f8 commit 1a953e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/util/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ echo
label="$(dirname $iptablesCmd) $iptablesInfo"
fi
iptablesMode=$(echo $iptablesInfo | awk '{ print $3 }')
echo "HELP $iptablesCmd $iptablesVersion $iptablesMode"
if echo "$iptablesVersion" | grep -v -q -E '^v[0-9]'; then
[ "$iptablesCmd" ] || iptablesCmd="unknown iptables"
wrap_warn "- $iptablesCmd" "unknown version: $iptablesInfo"
Expand Down

0 comments on commit 1a953e2

Please sign in to comment.