mkimage.sh: use "*" for console messages

This commit is contained in:
Calin Crisan 2018-02-22 23:38:59 +02:00
parent abd8f38478
commit 216bb4601a

View File

@ -8,7 +8,7 @@ fi
test "root" != "$USER" && exec sudo -E $0 "$@" test "root" != "$USER" && exec sudo -E $0 "$@"
function msg() { function msg() {
echo ":: $1" echo " * $1"
} }
function cleanup { function cleanup {