Update core.func

This commit is contained in:
CanbiZ 2025-06-30 10:29:00 +02:00
parent 0083331c65
commit a40041f875

View File

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