| commit | 92116ca60f8400722a07b952bfcc259a7852f468 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun Oct 06 13:55:46 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Sun Oct 06 13:55:46 2024 +0400 |
| tree | f44889e49c0dd0f4ca2afd0812477b3bbf78fbf7 | |
| parent | 362fd8e2ec90531e3cf8e31ab5509f178482721e [diff] [blame] |
Installer: Handle VM uninstall before it has had a time to boot Change-Id: I615bc949b5054b301899b1e0b7eae94a98126e61
diff --git a/core/headscale/client.go b/core/headscale/client.go index 159fffb..f4d0f51 100644 --- a/core/headscale/client.go +++ b/core/headscale/client.go
@@ -111,7 +111,7 @@ return strconv.Itoa(n.Id), nil } } - return "", fmt.Errorf("not found") + return "", ErrorNotFound } func (c *client) getNodeAddresses(user, node string) ([]net.IP, error) {