Update utils.sh

This commit is contained in:
MacRimi 2025-02-21 20:38:51 +01:00 committed by GitHub
parent 6d896ffb5d
commit 919935413f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,6 @@ GN="\033[1;92m"
RD="\033[01;31m" RD="\033[01;31m"
CL="\033[m" CL="\033[m"
BL="\033[36m" BL="\033[36m"
PP="\033[38;2;59;50;106m"
BOLD="\033[1m" BOLD="\033[1m"
BFR="\\r\\033[K" BFR="\\r\\033[K"
HOLD="-" HOLD="-"
@ -104,7 +103,7 @@ msg_info() {
# Display info2 message # Display info2 message
msg_info2() { msg_info2() {
local msg="$1" local msg="$1"
echo -e "${TAB}${BOLD}${PP}${HOLD}${msg}${CL}" echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}${CL}"
echo -e "" echo -e ""
} }