From ebfb6a4e34625c9ca5662dd8cdaf5462ec7c4ab8 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:07:23 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index 4b1079618..2e4aebdc4 100644 --- a/misc/install.func +++ b/misc/install.func @@ -61,7 +61,9 @@ 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 | Network Connected: ${BL}$(hostname -I" + msg_ok "Set up Container OS" + #msg_custom "${CM}" "${GN}" "Network Connected: ${BL}$(hostname -I)" + msg_ok "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