forked from extern/shorewall_code
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:
parent
5b68b5396d
commit
a34ec5a214
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user