Update utils.sh

This commit is contained in:
MacRimi 2025-08-11 08:57:26 +02:00 committed by GitHub
parent 4dd2abc202
commit 161c840136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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