no output at all
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
3b4ee0fd68
commit
d825ea5d13
|
@ -24,6 +24,7 @@ func dhclient() {
|
|||
for {
|
||||
fmt.Print(" should check progress here")
|
||||
time.Sleep(20000 * time.Millisecond)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue