no output at all

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-10 10:42:43 -07:00
parent 3b4ee0fd68
commit d825ea5d13
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ func dhclient() {
for {
fmt.Print(" should check progress here")
time.Sleep(20000 * time.Millisecond)
return
}
}

View File

@ -82,6 +82,7 @@ func succeeded () {
log.Println("")
shell.Run("dialog --ascii-lines --msgbox 'Flash_Image_Completed' 10 70")
shell.Run("poweroff")
os.Exit(0)
}