mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 18:13:13 +01:00
Simply another RE
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
775bee278a
commit
b20ed2d4de
@ -3322,7 +3322,7 @@ sub append_file( $;$$ ) {
|
||||
|
||||
$indent = '' if $unindented;
|
||||
|
||||
unless ( $user_exit =~ /^($globals{SHAREDIRPL})/ ) { #Don't copy from /usr/share/shorewall*
|
||||
unless ( $user_exit =~ m(^/usr/share/shorewall6?/) ) {
|
||||
if ( -f $user_exit ) {
|
||||
if ( $nomsg ) {
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user