diff options
Diffstat (limited to 'feature/clientupdate/clientupdate.go')
| -rw-r--r-- | feature/clientupdate/clientupdate.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feature/clientupdate/clientupdate.go b/feature/clientupdate/clientupdate.go index d47d04815..999dd7920 100644 --- a/feature/clientupdate/clientupdate.go +++ b/feature/clientupdate/clientupdate.go @@ -163,6 +163,7 @@ func (e *extension) DoSelfUpdate() { }) if err != nil { e.pushSelfUpdateProgress(ipnstate.NewUpdateProgress(ipnstate.UpdateFailed, err.Error())) + return } err = up.Update() if err != nil { |
