This commit is contained in:
CanbiZ 2025-06-30 11:18:18 +02:00
parent bdcdc8b794
commit 414d82733e
2 changed files with 3 additions and 3 deletions

View File

@ -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!"

View File

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