Update
This commit is contained in:
3
vendor/tailscale.com/paths/paths_unix.go
generated
vendored
3
vendor/tailscale.com/paths/paths_unix.go
generated
vendored
@@ -21,6 +21,9 @@ func init() {
|
||||
}
|
||||
|
||||
func statePath() string {
|
||||
if runtime.GOOS == "linux" && distro.Get() == distro.JetKVM {
|
||||
return "/userdata/tailscale/var/tailscaled.state"
|
||||
}
|
||||
switch runtime.GOOS {
|
||||
case "linux", "illumos", "solaris":
|
||||
return "/var/lib/tailscale/tailscaled.state"
|
||||
|
||||
Reference in New Issue
Block a user