From a5a972e2f41c9f79938f4779027c62eebeb45704 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 19:51:01 -0500 Subject: allow trigger of saving the config Signed-off-by: Jeff Carr --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index b7cf954..0ba073a 100644 --- a/main.go +++ b/main.go @@ -30,8 +30,7 @@ func main() { } readConfigFile() - // readHypervisorFile("hypervisor") - writeConfigFile() + // writeConfigFile() // initialize the grid as unstable me.unstable = time.Now() -- cgit v1.2.3