cmd/tailscale: don't print auth URL when using a --authkey
Fixes #1755 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
@ -367,7 +367,7 @@ func runUp(ctx context.Context, args []string) error {
|
|||||||
cancel()
|
cancel()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if url := n.BrowseToURL; url != nil {
|
if url := n.BrowseToURL; url != nil && upArgs.authKey == "" {
|
||||||
printed = true
|
printed = true
|
||||||
fmt.Fprintf(os.Stderr, "\nTo authenticate, visit:\n\n\t%s\n\n", *url)
|
fmt.Fprintf(os.Stderr, "\nTo authenticate, visit:\n\n\t%s\n\n", *url)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user