mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 22:55:02 +08:00
Fixed an old reference.
This commit is contained in:
parent
f656a48f3a
commit
3dcce87868
1 changed files with 2 additions and 1 deletions
|
@ -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 ==
|
||||
|
|
Loading…
Add table
Reference in a new issue