From a34ec5a214e4a2e14cc28876c49cface1f6cd400 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 13 Oct 2006 20:15:13 +0000 Subject: [PATCH] Fix capabilities output in 'dump' with VERBOSITY < 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4675 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/shorewall-lite | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shorewall-lite/shorewall-lite b/Shorewall-lite/shorewall-lite index e142d255d..25dab78cb 100755 --- a/Shorewall-lite/shorewall-lite +++ b/Shorewall-lite/shorewall-lite @@ -840,6 +840,8 @@ dump_command() { esac done + [ $VERBOSE -lt 2 ] && VERBOSE=2 + [ -n "$debugging" ] && set -x [ $# -eq 0 ] || usage 1 clear_term