mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 16:33:49 +08:00
Fixed an old reference.
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"crypto/x509"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/gravitl/netmaker/netclient/global_settings"
|
||||
"log"
|
||||
"os"
|
||||
"os/signal"
|
||||
@@ -98,7 +99,7 @@ func startGoRoutines(wg *sync.WaitGroup) context.CancelFunc {
|
||||
}
|
||||
server := cfg.Server.Server
|
||||
if cfg.PublicIPService != "" {
|
||||
config.PublicIPServices[server] = cfg.PublicIPService
|
||||
global_settings.PublicIPServices[server] = cfg.PublicIPService
|
||||
}
|
||||
if !serverSet[server] {
|
||||
// == subscribe to all nodes for each on machine ==
|
||||
|
Reference in New Issue
Block a user