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
This commit is contained in:
teastep 2006-10-13 20:15:13 +00:00
parent 5b68b5396d
commit a34ec5a214

View File

@ -840,6 +840,8 @@ dump_command() {
esac esac
done done
[ $VERBOSE -lt 2 ] && VERBOSE=2
[ -n "$debugging" ] && set -x [ -n "$debugging" ] && set -x
[ $# -eq 0 ] || usage 1 [ $# -eq 0 ] || usage 1
clear_term clear_term