From 414d82733ef284f132e256bf14b163809bbc59cc Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:18:18 +0200 Subject: [PATCH] test --- ct/debian.sh | 4 ++-- misc/core.func | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/debian.sh b/ct/debian.sh index c3816577..c525e5e2 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -40,5 +40,5 @@ start build_container description -msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" +msg_ok "Completed Successfully!" +msg_custom "🚀" "${GN}" "${APP} setup has been successfully initialized!" diff --git a/misc/core.func b/misc/core.func index 87284fca..ed2fe2aa 100644 --- a/misc/core.func +++ b/misc/core.func @@ -495,8 +495,8 @@ msg_custom() { local msg="${3:-}" [[ -z "$msg" ]] && return stop_spinner - printf "\e[?25h" echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}" + printf "\r\033[K\e[?25h\n" # Zeile räumen, Cursor wiederherstellen und Zeilenumbruch! } # msg_ok() {