image_builder: little fix

This commit is contained in:
Artem Smirnov
2018-08-28 16:18:39 +03:00
parent a52faadbef
commit 2bd9e119f8

View File

@@ -13,7 +13,7 @@ echo_stamp() {
# More info there https://www.shellhacks.com/ru/bash-colors/
TEXT="$(date) | $1"
TEXT="\e[1m$TEXT\e[0m" # BOLD
TEXT="\e[1m${TEXT}\e[0m" # BOLD
case "$2" in
SUCCESS)