mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
ipsec: remove lock, we run through configd; verbose output
This commit is contained in:
parent
6ca40bc406
commit
2fd7118df9
@ -46,6 +46,4 @@ if (file_exists('/var/run/booting')) {
|
||||
return;
|
||||
}
|
||||
|
||||
$ipseclck = lock('ipsecdns', LOCK_EX);
|
||||
ipsec_configure_do();
|
||||
unlock($ipseclck);
|
||||
ipsec_configure_do(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user