stop output when finished

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2019-04-10 11:06:31 -07:00
parent cebd52ee79
commit 0d9b8caabc
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ func succeeded () {
log.Println("") log.Println("")
log.Println("") log.Println("")
shell.Run("touch /tmp/wit-install-done")
shell.Run("dialog --ascii-lines --msgbox 'Flash_Image_Completed' 10 70") shell.Run("dialog --ascii-lines --msgbox 'Flash_Image_Completed' 10 70")
shell.Run("poweroff") shell.Run("poweroff")