V8.13.008.2025.08.22
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m6s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-22 16:55:47 +02:00
parent 76b3c4d49e
commit 7d97dfd1b4

View File

@@ -32,7 +32,7 @@ arg_priority_check() {
# sleep 1 # sleep 1
unset var unset var
else 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
fi fi
@@ -45,7 +45,7 @@ arg_priority_check() {
# sleep 1 # sleep 1
unset var unset var
else 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
fi fi
} }