diff --git a/shared_functions.sh b/shared_functions.sh index ebb81c4..2d74b21 100755 --- a/shared_functions.sh +++ b/shared_functions.sh @@ -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