Minor color adjustment

This commit is contained in:
Jacob Pease 2023-08-23 12:42:20 -05:00
parent 494efe16ac
commit 1e834f2d5f

View file

@ -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)