mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 07:23:03 +02:00
Fixed typo in secrets include statement
This commit is contained in:
@@ -293,7 +293,7 @@ sub writeipsecfiles {
|
||||
print CONF "include /etc/ipsec.user.conf\n";
|
||||
print CONF "\n";
|
||||
|
||||
print SECRETS "include /etc/ipsec.user/secrets\n";
|
||||
print SECRETS "include /etc/ipsec.user.secrets\n";
|
||||
|
||||
if (-f "${General::swroot}/certs/hostkey.pem") {
|
||||
print SECRETS ": RSA ${General::swroot}/certs/hostkey.pem\n"
|
||||
|
||||
Reference in New Issue
Block a user