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