scripts: Fix broken message
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 29 Sep 2022 19:46:44 +0000 (21:46 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:36 +0000 (13:19 +0900)
Change-Id: I6e9f42ef3d3147927db99406e9fd4d1fea526d13
Fixes: 267186468d ("scripts: tizen: sd_fusing_rpi4: support A/B partition")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
scripts/tizen/sd_fusing_rpi4.sh

index 5dc8149..3e2c448 100755 (executable)
@@ -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/<n>] "
+               echo "$(tput setaf 1)$(tput bold)- Device node is empty!"
                show_usage
                tput sgr 0
                exit 0