Update utils.sh

This commit is contained in:
MacRimi 2025-02-08 18:19:24 +01:00 committed by GitHub
parent 09e73cf7d6
commit 9755b15568
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ msg_info() {
# Display info2 message
msg_info2() {
local msg="$1"
echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}"
echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}${CL}"
}
# Display success message
@ -113,7 +113,7 @@ msg_success() {
fi
printf "\e[?25h"
local msg="$1"
echo -e "${TAB}${BOLD}${BL}${HOLD}${msg}"
echo -e "${TAB}${BOLD}${BL}${HOLD}${msg}${CL}"
}