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