Reload nebula even if we can't save vpn profile
This commit is contained in:
parent
32c21456df
commit
1c9841fc19
|
@ -66,9 +66,10 @@ class DNUpdater {
|
||||||
newSite?.save(manager: site.manager) { error in
|
newSite?.save(manager: site.manager) { error in
|
||||||
if (error != nil) {
|
if (error != nil) {
|
||||||
self.log.error("failed to save update: \(error!.localizedDescription, privacy: .public)")
|
self.log.error("failed to save update: \(error!.localizedDescription, privacy: .public)")
|
||||||
} else {
|
|
||||||
onUpdate(Site(incoming: newSite!))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// reload nebula even if we couldn't save the vpn profile
|
||||||
|
onUpdate(Site(incoming: newSite!))
|
||||||
}
|
}
|
||||||
|
|
||||||
if (credentials.invalid) {
|
if (credentials.invalid) {
|
||||||
|
|
Loading…
Reference in New Issue