fix space in spinner

This commit is contained in:
CanbiZ 2024-12-09 08:59:15 +01:00
parent ffca06575e
commit d270b5535d

View File

@ -86,7 +86,7 @@ spinner() {
# This function displays an informational message with a yellow color.
msg_info() {
local msg="$1"
echo -ne "${TAB}${YW}${msg}"
echo -ne "${TAB}${YW}${HOLD}${msg}"
spinner &
SPINNER_PID=$!
}