From 19da53f77dbfbdfe343d255e2b17028362d6fcd7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 15 May 2025 09:49:18 +0200 Subject: [PATCH] msg_custom --- misc/core.func | 2 -- misc/install.func | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/misc/core.func b/misc/core.func index 864e370..85368d3 100644 --- a/misc/core.func +++ b/misc/core.func @@ -320,8 +320,6 @@ msg_custom() { local color="$2" local msg="$3" [ -z "$msg" ] && return - - stop_spinner printf "\r\e[2K%s %b\n" "$symbol" "${color}${msg}${CL}" >&2 } diff --git a/misc/install.func b/misc/install.func index 0cd90b7..f670b5c 100644 --- a/misc/install.func +++ b/misc/install.func @@ -85,8 +85,8 @@ setting_up_container() { fi rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED systemctl disable -q --now systemd-networkd-wait-online.service - msg_ok "Set up Container OS\n Network Connected: ${BL}$(hostname -I)" - #msg_ok "Network Connected: ${BL}$(hostname -I)" + msg_ok "Set up Container OS" + msg_custom "${CM}" "${GN}" "Network Connected: ${BL}$(hostname -I)" } # This function checks the network connection by pinging a known IP address and prompts the user to continue if the internet is not connected