From 7d97dfd1b4c297ce428cc105acbbbed8f2c4cec99cd49d8c8a89de482e8323c4 Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Fri, 22 Aug 2025 16:55:47 +0200 Subject: [PATCH] V8.13.008.2025.08.22 Signed-off-by: Marc S. Weidner --- lib/lib_arg_priority_check.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lib_arg_priority_check.sh b/lib/lib_arg_priority_check.sh index c83ec90..5b14110 100644 --- a/lib/lib_arg_priority_check.sh +++ b/lib/lib_arg_priority_check.sh @@ -32,7 +32,7 @@ arg_priority_check() { # sleep 1 unset var else - printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ⚠️ renice not installed (util-linux) \e[0m\n" + printf "\e[93m++++ ++++ ++++ ++++ ++++ ++++ ++ ❌ renice not installed (util-linux) \e[0m\n" fi fi @@ -45,7 +45,7 @@ arg_priority_check() { # sleep 1 unset var else - printf "\e[92m++++ ++++ ++++ ++++ ++++ ++++ ++ ⚠️ ionice not installed (util-linux) \e[0m\n" + printf "\e[93m++++ ++++ ++++ ++++ ++++ ++++ ++ ❌ ionice not installed (util-linux) \e[0m\n" fi fi }