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 }