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 b5f348b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contrib/util/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ echo
if [ -s .links ]; then
while read file link; do
if [ "$(readlink $file)" != "$link" ]; then
FLINK="$(readlink $file)"
echo "LINK $FLINK $link"
# If no iptables is installed on the host system, the symlink will be different
if [ "$(readlink $file)" = "xtables-legacy-multi" ]; then
wrap_warn "- $file" "symlink to xtables-legacy-multi"
Expand Down Expand Up @@ -231,8 +229,6 @@ echo
iptablesVersion=$(echo $iptablesInfo | awk '{ print $2 }')
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 b5f348b

Please sign in to comment.