paths, cmd/tailscaled: on Windows, don't try to migrate from legacy relay.conf

Avoids confusing logspam on Windows.
This commit is contained in:
Brad Fitzpatrick
2020-07-13 08:59:01 -07:00
parent 61abab999e
commit f98706bdb3
2 changed files with 10 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ func main() {
Port: 41112,
StatePath: *statepath,
AutostartStateKey: globalStateKey,
LegacyConfigPath: paths.LegacyConfigPath,
LegacyConfigPath: paths.LegacyConfigPath(),
SurviveDisconnects: true,
DebugMux: debugMux,
}