From 161c840136055e7d36050b74413c43857ef3a83d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:57:26 +0200 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/utils.sh b/scripts/utils.sh index 20af116..83fc740 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -184,6 +184,12 @@ msg_ok() { echo -e "${BFR}${TAB}${CM}${GN}${msg}${CL}" } +msg_ok2() { + printf "\e[?25h" + local msg="$1" + echo -e "${BFR}${TAB}${CM}${GN}${msg}${CL}" +} + # Display error message msg_error() {