mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 03:59:16 +01:00
Correct 'show raw'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
1c8f6d3856
commit
6b90c09c04
@ -690,7 +690,7 @@ show_command() {
|
||||
echo "$g_product $SHOREWALL_VERSION RAW Table at $g_hostname - $(date)"
|
||||
echo
|
||||
show_reset
|
||||
$g_tool-t raw -L $g_ipt_options
|
||||
$g_tool -t raw -L $g_ipt_options
|
||||
;;
|
||||
rawpost)
|
||||
[ $# -gt 1 ] && usage 1
|
||||
|
Loading…
Reference in New Issue
Block a user