From 1c41abe40f0a6acc23af212840ee0d626605af31 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Mon, 5 Oct 2020 14:14:26 +0200 Subject: [PATCH] bugfix: fix the wrong displaying of color codes in windows-consoles --- kiauh.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kiauh.sh b/kiauh.sh index ccc9bc9..946311d 100755 --- a/kiauh.sh +++ b/kiauh.sh @@ -4,11 +4,11 @@ set -e ### set some variables ERROR_MSG="" -green=$(echo -en "\001\033[01;32m\002") -yellow=$(echo -en "\001\033[01;33m\002") -red=$(echo -en "\001\033[01;31m\002") -cyan=$(echo -en "\001\033[01;36m\002") -default=$(echo -en "\001\033[0m\002") +green=$(echo -en "\e[92m") +yellow=$(echo -en "\e[93m") +red=$(echo -en "\e[91m") +cyan=$(echo -en "\e[96m") +default=$(echo -en "\e[97m") ### set important directories #klipper