From: Seung-Woo Kim Date: Thu, 30 Jun 2022 03:52:10 +0000 (+0900) Subject: scripts: tizen: rpi4: If setting ansi color, clear it always X-Git-Tag: accepted/tizen/unified/20221108.163909~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83670d99b795116fbdb78dedf2494feb7bf4c4c9;p=platform%2Fkernel%2Fu-boot.git scripts: tizen: rpi4: If setting ansi color, clear it always There is case not clearing ansi color. Clear it always. Change-Id: I47695a7edc3250ce311aa052f16eb925704976f7 Signed-off-by: Seung-Woo Kim --- diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 5fa27ff6b7..e902e120f9 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -260,6 +260,7 @@ function mkpart_3 () { if [ $sfdisk_new == 0 ]; then echo "$(tput setaf 3)$(tput bold)NOTICE: Your sfdisk ${version[0]}.${version[1]} version is too old. Update Latest sfdisk!" + tput sgr 0 exit -1 fi @@ -500,7 +501,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.2" + echo "Raspberry Pi4 downloader, version 1.0.3" echo "" }