mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Fixed print error when using SKIP message, all text was not overwritten
This commit is contained in:
parent
ecf6f88e13
commit
872097c833
@ -64,7 +64,7 @@ status_fail() {
|
||||
}
|
||||
|
||||
status_skip() {
|
||||
echo -ne "\r[SKIP] $1\n"
|
||||
echo -ne "\r[SKIP] $1\033[K\n"
|
||||
}
|
||||
|
||||
error_msg() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user