mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 17:29:15 +08:00
comms join issue
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
package command
|
package command
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/gravitl/netmaker/logger"
|
"github.com/gravitl/netmaker/logger"
|
||||||
@@ -21,8 +20,8 @@ func JoinComms(cfg *config.ClientConfig) error {
|
|||||||
commsCfg.Server.GRPCAddress = cfg.Server.GRPCAddress
|
commsCfg.Server.GRPCAddress = cfg.Server.GRPCAddress
|
||||||
commsCfg.Server.GRPCSSL = cfg.Server.GRPCSSL
|
commsCfg.Server.GRPCSSL = cfg.Server.GRPCSSL
|
||||||
commsCfg.Server.CoreDNSAddr = cfg.Server.CoreDNSAddr
|
commsCfg.Server.CoreDNSAddr = cfg.Server.CoreDNSAddr
|
||||||
if !commsCfg.ConfigFileExists() {
|
if commsCfg.ConfigFileExists() {
|
||||||
return errors.New("no configuration file exists")
|
return nil
|
||||||
}
|
}
|
||||||
commsCfg.ReadConfig()
|
commsCfg.ReadConfig()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user