mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-29 02:54:18 +01:00
Purge saved dynamic blacklist if the chain doesn't exist
This commit is contained in:
parent
4a2f08edef
commit
0d101799ec
@ -464,6 +464,7 @@ sub generate_script_3($) {
|
||||
|
||||
emit ( 'rm -f ${VARDIR}/UPnP' );
|
||||
emit ( 'rm -f ${VARDIR}/forwardUPnP' );
|
||||
emit ( 'rm -f ${VARDIR}/dynamic' );
|
||||
|
||||
pop_indent;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user