test
This commit is contained in:
parent
bdcdc8b794
commit
414d82733e
@ -40,5 +40,5 @@ start
|
|||||||
build_container
|
build_container
|
||||||
description
|
description
|
||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!"
|
||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
msg_custom "🚀" "${GN}" "${APP} setup has been successfully initialized!"
|
||||||
|
@ -495,8 +495,8 @@ msg_custom() {
|
|||||||
local msg="${3:-}"
|
local msg="${3:-}"
|
||||||
[[ -z "$msg" ]] && return
|
[[ -z "$msg" ]] && return
|
||||||
stop_spinner
|
stop_spinner
|
||||||
printf "\e[?25h"
|
|
||||||
echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}"
|
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() {
|
# msg_ok() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user