mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 08:27:27 +08:00
remove initial pull on daemon start
This commit is contained in:
@@ -55,7 +55,7 @@ func Daemon() error {
|
||||
if err := wireguard.ApplyConf(&cfg.Node, cfg.Node.Interface, ncutils.GetNetclientPathSpecific()+cfg.Node.Interface+".conf"); err != nil {
|
||||
logger.Log(0, "failed to start ", cfg.Node.Interface, "wg interface", err.Error())
|
||||
}
|
||||
go initialPull(cfg.Network)
|
||||
//initialPull(cfg.Network)
|
||||
}
|
||||
|
||||
// == subscribe to all nodes for each on machine ==
|
||||
|
Reference in New Issue
Block a user