mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Minor color adjustment
This commit is contained in:
parent
494efe16ac
commit
1e834f2d5f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ echo -e "$NAME Device tree block size: $DST_SIZE"
|
||||||
echo -e "$NAME OpenSBI FW_JUMP block size: $FW_JUMP_SIZE"
|
echo -e "$NAME OpenSBI FW_JUMP block size: $FW_JUMP_SIZE"
|
||||||
echo -e "$NAME Kernel block size: $KERNEL_SIZE"
|
echo -e "$NAME Kernel block size: $KERNEL_SIZE"
|
||||||
|
|
||||||
read -p "Warning: Doing this will replace all data on this card. Continue? y/n: " -n 1 -r
|
read -p $'\e[1;33mWarning:\e[0m Doing this will replace all data on this card. Continue? y/n: ' -n 1 -r
|
||||||
echo
|
echo
|
||||||
if [[ $REPLY =~ ^[Yy]$ ]] ; then
|
if [[ $REPLY =~ ^[Yy]$ ]] ; then
|
||||||
DEVBASENAME=$(basename $SDCARD)
|
DEVBASENAME=$(basename $SDCARD)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue