mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Correct silly bug in last change
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
e6b0666ac9
commit
820c769499
@ -2608,7 +2608,7 @@ EOF
|
||||
|
||||
if ( @ipsets || @{$globals{SAVED_IPSETS}} || ( $config{SAVE_IPSETS} && have_ipset_rules ) ) {
|
||||
emit( '',
|
||||
' save_ipsets' );
|
||||
' save_ipsets ${VARDIR}/ipsets.save' );
|
||||
}
|
||||
|
||||
emit '
|
||||
|
Loading…
Reference in New Issue
Block a user