fix space in spinner

This commit is contained in:
CanbiZ 2024-12-09 08:58:22 +01:00
parent d73c19f5cd
commit ffca06575e

View File

@ -91,7 +91,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=$!
}