summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-20 15:14:10 -0200
committerRenato Botelho <renato@netgate.com>2016-01-20 15:16:49 -0200
commitde985aea1787518ed6011256a1d73f0c6135cc90 (patch)
tree725e68043529e01118b98d10794b889164b99539
parent62fb580814c67ecda8d41027c0cd8f44e4413bf9 (diff)
downloadpfsense-de985aea1787518ed6011256a1d73f0c6135cc90.zip
pfsense-de985aea1787518ed6011256a1d73f0c6135cc90.tar.gz
Fix strongswan.conf indent level
-rw-r--r--src/etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/vpn.inc b/src/etc/inc/vpn.inc
index 3083e7f..1052720 100644
--- a/src/etc/inc/vpn.inc
+++ b/src/etc/inc/vpn.inc
@@ -652,7 +652,7 @@ EOD;
}
}
- $strongswan .= "\t}\n}\n";
+ $strongswan .= "\n\t}\n}\n";
@file_put_contents("{$g['varetc_path']}/ipsec/strongswan.conf", $strongswan);
unset($strongswan);
OpenPOWER on IntegriCloud