Updated dialog command

This commit is contained in:
Jamez 2019-04-05 14:33:59 -07:00
parent 13aa37c479
commit 4a984fa78e
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -1,6 +1,6 @@
#!/bin/bash -x
dialog --pause "Starting Image Flashing" 10 70 5
dialog --ascii-lines --pause "Starting Image Flashing" 10 70 5
echo mount /dev/mmcblk0p2 /home/factory
mount /dev/mmcblk0p2 /home/factory
@ -12,7 +12,7 @@ dd if=/home/factory/emmc.img.armbian of=/dev/mmcblk2 bs=16M status=progress
echo sync
sync
dialog --msgbox "Flash Image Completed!" 10 70
dialog --ascii-lines --msgbox "Flash Image Completed!" 10 70
echo
echo