mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
This reverts commit 33ef8aadbe.
This commit is contained in:
parent
5bbf197a8d
commit
c5101d3358
3 changed files with 0 additions and 3 deletions
|
|
@ -90,7 +90,6 @@ spinner() {
|
|||
|
||||
# This function displays an informational message with a yellow color.
|
||||
msg_info() {
|
||||
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
|
||||
local msg="$1"
|
||||
echo -ne "${TAB}${YW}${HOLD}${msg}${HOLD}"
|
||||
spinner &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue