From 457c9eed5798d5d412dc1d79fc705d07347e9849 Mon Sep 17 00:00:00 2001 From: desktop Date: Wed, 8 Nov 2023 20:33:26 +0300 Subject: [PATCH] archive : update colors. --- .linux/bash/module/archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.linux/bash/module/archive.sh b/.linux/bash/module/archive.sh index 42c4384..635851e 100644 --- a/.linux/bash/module/archive.sh +++ b/.linux/bash/module/archive.sh @@ -232,7 +232,7 @@ archive_name() fi # rename. - mv -- "${target}" "${new_name}" && echo "${status}" || echo -e "${color_bred}${status}: error.${color_default}" + mv -- "${target}" "${new_name}" && echo -e "${color_green}${status}${color_default}" || echo -e "${color_bred}${status}: Error.${color_default}" done }