stop output when finished
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
cebd52ee79
commit
0d9b8caabc
|
@ -81,6 +81,7 @@ func succeeded () {
|
|||
log.Println("")
|
||||
log.Println("")
|
||||
|
||||
shell.Run("touch /tmp/wit-install-done")
|
||||
shell.Run("dialog --ascii-lines --msgbox 'Flash_Image_Completed' 10 70")
|
||||
shell.Run("poweroff")
|
||||
|
||||
|
|
Loading…
Reference in New Issue