enhance output

This commit is contained in:
Denis Lehmann 2021-04-25 16:07:10 +02:00
parent 39381eb416
commit 5c4b8b4e8a

2
strm
View file

@ -25,7 +25,7 @@ function print_usage {
} }
function error { function error {
echo -ne "$text_bold$text_red""ERROR$text_reset: $1\n" >&2 echo -ne "$text_bold$text_red""ERROR$text_reset $1\n" >&2
exit 1 exit 1
} }