Update utils.sh

This commit is contained in:
MacRimi 2025-02-02 12:15:39 +01:00 committed by GitHub
parent ee78da471b
commit 07265ae105
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@ spinner() {
# Display info message with spinner # Display info message with spinner
msg_info() { msg_info() {
local msg="$1" local msg="$1"
echo -ne "${TAB}${YW}${HOLD}${msg}${HOLD}" echo -ne "${TAB}${YW}${HOLD}${msg}"
spinner & spinner &
SPINNER_PID=$! SPINNER_PID=$!
} }