From d0392e39f179ad5b6717c00abe9d78e89502ff55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Thu, 29 Sep 2022 21:46:44 +0200 Subject: [PATCH] scripts: Fix broken message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I6e9f42ef3d3147927db99406e9fd4d1fea526d13 Fixes: 267186468d ("scripts: tizen: sd_fusing_rpi4: support A/B partition") Signed-off-by: Łukasz Stelmach --- scripts/tizen/sd_fusing_rpi4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 5dc8149d49..3e2c448737 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -442,7 +442,7 @@ function check_partition_format () { function check_args () { if [ "$DEVICE" == "" ]; then - echo -n "$(tput setaf 3)$(tput bold)$DEVICE will be formatted, Is it OK? [y/] " + echo "$(tput setaf 1)$(tput bold)- Device node is empty!" show_usage tput sgr 0 exit 0 -- 2.34.1