From ee87cea8dad9123d557439413c88b18a4fc87c61 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 25 Apr 2025 00:30:20 -0400 Subject: [PATCH] Justify 1.7.0 with colors --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 2eec928..8bd4b99 100755 --- a/installJRMC +++ b/installJRMC @@ -1798,7 +1798,7 @@ main() { # @section Helper functions debug() { ((DEBUG)) && echo "Debug: $*"; } -err() { echo "Error: $*" >&2; } +err() { echo -e "\e[31mError: $*\e[0m" >&2; } ask_ok() { local response ((YES_SWITCH)) && return 0