Correct handling of termination after .conf file not updated

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-08-13 15:42:38 -07:00
parent 0cef7fad35
commit 4de6638385

View File

@ -4928,9 +4928,10 @@ 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 {