diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 04:25:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 04:25:50 -0500 |
| commit | fd3e14bcc6676b6f2e770a764351f82bee32738f (patch) | |
| tree | 9500c41a623888403528df8e6fa6fe779e83ee88 /config.go | |
| parent | 30884aff3b44632ddaa8b7490a20642869bf75ad (diff) | |
start works with lib/virtigoxml
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -125,10 +125,7 @@ func writeConfigFile() { os.Exit(-1) } - if me.events.WriteConfigJSON() { - os.Exit(-1) - } - if me.events.WriteConfigTEXT() { + if err := me.events.ConfigRead(); err != nil { os.Exit(-1) } |
