mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 10:18:58 +02:00
Don't complain about missing LOCKFILE directory when compiling for export
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8679 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
336c344e19
commit
a8ee15b17c
@ -2031,7 +2031,7 @@ sub get_configuration( $ ) {
|
|||||||
|
|
||||||
die $@ if $@;
|
die $@ if $@;
|
||||||
|
|
||||||
fatal_error "LOCKFILE=$config{LOCKFILE}: Directory $dir does not exist" unless -d $dir;
|
fatal_error "LOCKFILE=$config{LOCKFILE}: Directory $dir does not exist" unless $export or -d $dir;
|
||||||
} else {
|
} else {
|
||||||
$config{LOCKFILE} = '';
|
$config{LOCKFILE} = '';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user