From 8d16f8e8f70963d3018487c5537b511bbe43f156 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 12:23:52 -0500 Subject: [PATCH] . --- SetupNewSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index e17ee7d..7bce909 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -23,7 +23,7 @@ function print_info() NC='\033[0m' tput bold echo -e "$GREEN $1${NC}" - echo "$GREEN $1${NC}" >> "$LOGFILENAME" + echo -e "$GREEN $1${NC}" >> "$LOGFILENAME" tput sgr0 } @@ -34,7 +34,7 @@ function print_error() tput bold echo -e "$RED $1${NC}" echo "$1" - echo "$RED $1${NC}" >> "$LOGFILENAME" + echo -e "$RED $1${NC}" >> "$LOGFILENAME" tput sgr0 }