Update utils.sh

This commit is contained in:
MacRimi
2025-08-11 08:57:26 +02:00
committed by GitHub
parent 4dd2abc202
commit 161c840136

View File

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