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