mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
cmd/tailscaled: don't require --socket path on windows
This commit is contained in:
parent
39ecb37fd6
commit
e589c76e98
@ -92,7 +92,7 @@ func main() {
|
||||
log.Fatalf("--state is required")
|
||||
}
|
||||
|
||||
if *socketpath == "" {
|
||||
if *socketpath == "" && runtime.GOOS != "windows" {
|
||||
log.Fatalf("--socket is required")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user