change info color to cyan

This commit is contained in:
Antonio J. Delgado 2023-04-19 19:18:22 +03:00
parent e5e55c9a48
commit ae38f7db28

View file

@ -3,7 +3,7 @@
function message() {
red="\e[1;31m"
yellow="\e[1;33m"
blue="\e[34m"
blue="\e[36m"
if [ -z "${APP}" ]; then
app=$(basename "${0}" .sh)
else