Maintenance: generate Openvpn conf for 2.4 or 2.5

This commit is contained in:
Quentin McGaw
2021-05-23 17:40:14 +00:00
parent a8c574219d
commit da65f3b016
18 changed files with 91 additions and 28 deletions

View File

@@ -158,6 +158,8 @@ func _main(ctx context.Context, buildInfo models.BuildInformation,
}
logger.Info(allSettings.String())
allSettings.OpenVPN.Version, _ = ovpnConf.Version(ctx)
if err := os.MkdirAll("/tmp/gluetun", 0644); err != nil {
return err
}