mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
add logging
This commit is contained in:
@@ -49,9 +49,6 @@ func Join(cfg config.ClientConfig, privateKey string) error {
|
||||
return err
|
||||
}
|
||||
ncutils.PrintLog("joined "+cfg.Network, 1)
|
||||
if cfg.Daemon != "off" {
|
||||
err = daemon.InstallDaemon(cfg)
|
||||
}
|
||||
if ncutils.IsWindows() {
|
||||
ncutils.PrintLog("setting up WireGuard app", 0)
|
||||
time.Sleep(time.Second >> 1)
|
||||
|
Reference in New Issue
Block a user