forked from TheWrightServer/ProxmoxVE
fix space in spinner
This commit is contained in:
parent
d73c19f5cd
commit
ffca06575e
@ -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=$!
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user