Updated dialog command
This commit is contained in:
parent
13aa37c479
commit
4a984fa78e
4
run.sh
4
run.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash -x
|
#!/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
|
echo mount /dev/mmcblk0p2 /home/factory
|
||||||
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
|
echo sync
|
||||||
sync
|
sync
|
||||||
|
|
||||||
dialog --msgbox "Flash Image Completed!" 10 70
|
dialog --ascii-lines --msgbox "Flash Image Completed!" 10 70
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue