summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-18 14:58:16 -0600
committerJeff Carr <[email protected]>2025-02-19 17:39:44 -0600
commit656f706aa10f56031ec4e58c4c12d4dd2c6526bb (patch)
tree11225c8eb2e86e82b2bf9dc7ef13d4c27c4724f5 /main.go
parentb53e71ed9eb4067e749f872a7843e31381511bfb (diff)
testing close window
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.go b/main.go
index 88115d1..ef4146d 100644
--- a/main.go
+++ b/main.go
@@ -42,6 +42,10 @@ func main() {
log.Warn("load config failed", err)
os.Exit(-1)
}
+ if err := me.machines2.ConfigLoad(); err != nil {
+ log.Warn("load config failed", err)
+ os.Exit(-1)
+ }
// me.targets = make(map[string]string) // keep track of what versions the machines should be running
me.upgrade = make(map[string]bool) // used to trigger upgrade attempts