From 1f1b9cf0b198d1eb9f842c3239ddca0d618b1f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 1 Oct 2018 00:19:59 +0200 Subject: [PATCH] sdcard-write: a bit more colour MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- scripts/sdcard-write/tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sdcard-write/tools.inc b/scripts/sdcard-write/tools.inc index e8d6d7b..7cf9210 100644 --- a/scripts/sdcard-write/tools.inc +++ b/scripts/sdcard-write/tools.inc @@ -220,7 +220,7 @@ chk_umount() { if [ -n "$MOUNTSTR" ] ; then echo -en "\n$1 is mounted. Unmounting..." umount -f ${1}?* - echo " done" + echo " ${style_green}done${style_normal}" fi }