Update core.func

This commit is contained in:
CanbiZ 2025-05-15 09:09:53 +02:00
parent 02cf584995
commit ec2c1b946e

View File

@ -224,12 +224,6 @@ SPINNER_MSG=""
# Trap cleanup on various signals
trap 'cleanup_spinner' EXIT INT TERM HUP
# Cleans up spinner process on exit
cleanup_spinner() {
stop_spinner
# Additional cleanup if needed
}
# Ensure POSIX compatibility across Alpine and Debian/Ubuntu
start_spinner() {
local msg="$1"