From 7eaa5a5a2cc63446e982ff7e58516f7789b0dcb9 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Sun, 26 Nov 2023 12:32:33 +0200 Subject: [PATCH] Fix unstable flag color in error message --- virtualmin-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualmin-install.sh b/virtualmin-install.sh index 7b8713e..1d1e146 100644 --- a/virtualmin-install.sh +++ b/virtualmin-install.sh @@ -366,7 +366,7 @@ grade_b_system() { if grade_b_system && [ "$unstable" != 'unstable' ]; then log_error "Unsupported operating system detected. You may be able to install with" - log_error "the --unstable flag, but this is not recommended. Consult the installation" + log_error "${YELLOW}--unstable${NORMAL} flag, but this is not recommended. Consult the installation" log_error "documentation." exit 1 fi