This commit is contained in:
CanbiZ
2025-06-30 10:38:29 +02:00
parent a40041f875
commit e2de55ac7a
2 changed files with 78 additions and 78 deletions

View File

@@ -450,7 +450,7 @@ spinner() {
msg_info() {
local msg="$1"
echo -ne " ${HOLD:-} ${YW}${msg} "
spinner
spinner &
SPINNER_PID=$!
echo "$SPINNER_PID" >/tmp/.spinner.pid
}