Fixed print error when using SKIP message, all text was not overwritten

This commit is contained in:
Runar Borge 2019-01-16 23:30:59 +01:00
parent ecf6f88e13
commit 872097c833

View File

@ -64,7 +64,7 @@ status_fail() {
}
status_skip() {
echo -ne "\r[SKIP] $1\n"
echo -ne "\r[SKIP] $1\033[K\n"
}
error_msg() {