mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 14:05:54 +00:00
Update core.func
This commit is contained in:
@@ -256,7 +256,7 @@ start_spinner() {
|
||||
SPINNER_MSG="$msg"
|
||||
SPINNER_ACTIVE=1
|
||||
|
||||
if [[ "$VAR_OS" == "alpine" ]]; then
|
||||
if [[ "$var_os" == "alpine" ]]; then
|
||||
{
|
||||
while [[ "$SPINNER_ACTIVE" -eq 1 ]]; do
|
||||
printf "\r\e[2K⠋ %b" "$SPINNER_MSG" >&2
|
||||
|
||||
Reference in New Issue
Block a user