Prechádzať zdrojové kódy

Merge branch 'develop' of https://github.com/gravitl/netmaker into feature_v0.10.0_client_refactor1

afeiszli 3 rokov pred
rodič
commit
fe4010f252
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      netclient/functions/daemon.go

+ 1 - 1
netclient/functions/daemon.go

@@ -121,7 +121,7 @@ func MessageQueue(ctx context.Context, network string) {
 	var cfg config.ClientConfig
 	cfg.Network = network
 	ncutils.Log("pulling latest config for " + cfg.Network)
-	var configPath = fmt.Sprintf("%sconfig/netconfig-%s", ncutils.GetNetclientPathSpecific(), network)
+	var configPath = fmt.Sprintf("%snetconfig-%s", ncutils.GetNetclientPathSpecific(), network)
 	fileInfo, err := os.Stat(configPath)
 	if err != nil {
 		ncutils.Log("could not stat config file: " + configPath)