mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra white space
This commit is contained in:
parent
e1a744846d
commit
9816035f19
@ -63,8 +63,6 @@ function vpn_ipsec_failover_configure() {
|
||||
if($config['ipsec']['failover']['flushmodesync'])
|
||||
$sasyncd .= "flushmode sync {$config['ipsec']['failover']['flushmodesync']}\n";
|
||||
|
||||
|
||||
|
||||
$fd = fopen("{$g['varetc_path']}/sasyncd.conf", "w");
|
||||
fwrite($fd, $sasyncd);
|
||||
fclose($fd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user