From ec2c1b946ed60f9be0dd13c27e86e9d43ac76a7e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 09:09:53 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/core.func b/misc/core.func index 8cb1913..49ea09c 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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"