space for spinner

This commit is contained in:
CanbiZ 2024-12-09 09:19:32 +01:00
parent 542c4f703b
commit b72eb02fde
2 changed files with 2 additions and 2 deletions

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}${HOLD}${msg}"
echo -ne "${TAB}${YW}${HOLD}${msg}${HOLD}"
spinner &
SPINNER_PID=$!
}

View File

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