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() {