mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ensure /var/db/racoon exists
This commit is contained in:
parent
d5b116bb93
commit
08d591b585
@ -642,6 +642,8 @@ EOD;
|
||||
fclose($fd);
|
||||
chmod("{$g['varetc_path']}/psk.txt", 0600);
|
||||
|
||||
exec("/sbin/mkdir -p /var/db/racoon");
|
||||
|
||||
if(is_process_running("racoon")) {
|
||||
log_error("IPSEC: Send a reload signal to the IPsec process");
|
||||
sleep("0.1");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user