client infrastructure to support updates

This commit is contained in:
Matthew R. Kasun
2022-06-30 09:22:23 -04:00
committed by 0xdcarns
parent ef82ac4af5
commit ab9f0f05e0
2 changed files with 35 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ type cachedMessage struct {
// Daemon runs netclient daemon from command line
func Daemon() error {
UpdateClientConfig()
serverSet := make(map[string]bool)
// == initial pull of all networks ==
networks, _ := ncutils.GetSystemNetworks()