fix(health): HEALTH_VPN_DURATION_ADDITION

This commit is contained in:
Quentin McGaw
2022-04-23 11:02:56 +00:00
parent 1d94f8ab2b
commit e1f89bb569

View File

@@ -19,7 +19,7 @@ func (r *Reader) ReadHealth() (health settings.Health, err error) {
return health, err
}
health.VPN.Initial, err = r.readDurationWithRetro(
health.VPN.Addition, err = r.readDurationWithRetro(
"HEALTH_VPN_DURATION_ADDITION",
"HEALTH_OPENVPN_DURATION_ADDITION")
if err != nil {