mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-08 14:01:47 +01:00
Correct handling of termination after .conf file not updated
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
60acddbb37
commit
fd46c0ffed
@ -4928,7 +4928,8 @@ EOF
|
|||||||
exit 0 unless ( $directives ||
|
exit 0 unless ( $directives ||
|
||||||
-f find_file 'blacklist' ||
|
-f find_file 'blacklist' ||
|
||||||
-f find_file 'tcrules' ||
|
-f find_file 'tcrules' ||
|
||||||
-f find_file 'routestopped'
|
-f find_file 'routestopped' ||
|
||||||
|
-f find_file 'notrack'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user