Fix msg_warn

This commit is contained in:
Michel Roegl-Brunner 2025-05-12 14:05:39 +02:00
parent 64d03339f1
commit 6a30d2bc5b

View File

@ -30,7 +30,7 @@ load_functions() {
# ------------------------------------------------------------------------------
color() {
YW=$(echo "\033[33m")
YWB=$(echo "\033[93m")
YWB=$'\e[93m'
BL=$(echo "\033[36m")
RD=$(echo "\033[01;31m")
BGN=$(echo "\033[4;92m")