sdcard-write: a bit more colour

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-10-01 00:19:59 +02:00
parent 5aad7dc0eb
commit 1f1b9cf0b1

View File

@@ -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
}