summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index d051a65..8ffc1ae 100644
--- a/main.go
+++ b/main.go
@@ -29,8 +29,10 @@ func main() {
log.DaemonMode(true)
}
+ readConfigFile()
readDropletFile("droplets")
readHypervisorFile("hypervisor")
+ writeConfigFile()
// initialize the grid as unstable
me.unstable = time.Now()