mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 00:43:58 +08:00
remove references to grpc/comms net
This commit is contained in:
@@ -182,7 +182,7 @@ func JoinNetwork(cfg *config.ClientConfig, privateKey string, iscomms bool) erro
|
||||
logger.Log(0, "failed to make backup, node will not auto restore if config is corrupted")
|
||||
}
|
||||
logger.Log(0, "starting wireguard")
|
||||
err = wireguard.InitWireguard(&node, privateKey, []wgtypes.PeerConfig{}, false, []string{}, false)
|
||||
err = wireguard.InitWireguard(&node, privateKey, []wgtypes.PeerConfig{}, false)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user