From 525362fcc772f8edfa5fe3aada91fc7fe17c8030 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 19:34:50 -0500 Subject: deprecate hypervisor file. yay! Signed-off-by: Jeff Carr --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index cf0bdbb..b7cf954 100644 --- a/main.go +++ b/main.go @@ -30,12 +30,13 @@ func main() { } readConfigFile() - readHypervisorFile("hypervisor") + // readHypervisorFile("hypervisor") writeConfigFile() // initialize the grid as unstable me.unstable = time.Now() + /* log.Info("command line hypervisors:", argv.Hosts) for _, name := range argv.Hosts { h := findHypervisor(name) @@ -46,6 +47,7 @@ func main() { h = addHypervisor(name) h.pb.Active = true } + */ if argv.Start != "" { d := findDroplet(argv.Start) -- cgit v1.2.3