mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
reverting windows behavior
This commit is contained in:
@@ -48,11 +48,13 @@ func Join(cfg config.ClientConfig, privateKey string) error {
|
||||
return err
|
||||
}
|
||||
ncutils.PrintLog("joined "+cfg.Network, 1)
|
||||
if ncutils.IsWindows() {
|
||||
ncutils.PrintLog("setting up WireGuard app", 0)
|
||||
time.Sleep(time.Second >> 1)
|
||||
functions.Pull(cfg.Network, true)
|
||||
}
|
||||
/*
|
||||
if ncutils.IsWindows() {
|
||||
ncutils.PrintLog("setting up WireGuard app", 0)
|
||||
time.Sleep(time.Second >> 1)
|
||||
functions.Pull(cfg.Network, true)
|
||||
}
|
||||
*/
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user