mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
wrong is ee check fix for nodes
This commit is contained in:
parent
40b52a6ed9
commit
4d485f6512
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func GetServerInfo() models.ServerConfig {
|
|||
}
|
||||
cfg.Version = GetVersion()
|
||||
cfg.Server = GetServer()
|
||||
cfg.Is_EE = GetServerConfig().IsEE == "yes"
|
||||
cfg.Is_EE = Is_EE
|
||||
|
||||
return cfg
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue