write out the config filename at the end

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-05-23 11:37:03 -07:00
parent a3896449ca
commit 3238695374
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func onExit(err error) {
time.Sleep(1 * 1000 * 1000 * 1000)
filename := config.String("configfile")
log.Println("SAVING CONFIG FILE AS:", filename)
f, err := os.Create(filename + ".yaml")
if err == nil {