summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/releaseBox.go b/releaseBox.go
index f42b107..059d62b 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -139,7 +139,7 @@ func createReleaseBox(box *gui.Node) {
log.Info("doReleaseAll() first =", first, "second =", second)
if first == 0 {
log.Info("doReleaseAll() first is 0. everything is done")
- log.Info("os.Exit(0) here safely")
+ log.Info("exit() here safely")
buttonEnable()
return
}
@@ -159,6 +159,7 @@ func createReleaseBox(box *gui.Node) {
if (second == 0) && (third == 0) {
log.Info("doReleaseAll() SaveConfig() here and Exit(0)")
me.forge.ConfigSave()
+ okExit("")
}
} else {
log.Info("doReleaseAll() first second match. something has gone terribly wrong")
@@ -253,12 +254,11 @@ func doReleaseAll() (bool, time.Duration) {
if os.Getenv("FindNextDone") == "true" {
log.Info("findNext says it was done. findCounter =", findCounter)
log.Info("findNext says it was done. findCounter =", findCounter)
- log.Info("we can os.Exit here")
+ log.Info("we can exit here")
}
if me.release.status.String() == "ALL DONE?" {
log.Info("maybe ALL DONE?. findCounter =", findCounter)
worked = true
- // os.Exit(0)
}
log.Info("doRelease() failed. findCounter =", findCounter)
worked = false