From 6ef2e1a26722bcad9b2cf5f0ae9ffdfe181e9d65 Mon Sep 17 00:00:00 2001 From: strasharo Date: Fri, 18 Mar 2016 00:51:26 +0200 Subject: [PATCH] correct color name --- fluxion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluxion b/fluxion index 28cb94a..6c5ce73 100755 --- a/fluxion +++ b/fluxion @@ -25,7 +25,7 @@ RANG_IP=$(echo $IP | cut -d "." -f 1,2,3) #Colores white="\033[1;37m" grey="\033[0;37m" -red2="\033[0;35m" +purple="\033[0;35m" red="\033[1;31m" green="\033[1;32m" yellow="\033[1;33m" @@ -477,7 +477,7 @@ if [ $FLUX_DEBUG != 1 ]; then checkupdatess & spinner "$!" revision_online=$(cat $DUMP_PATH/Irev) - echo -e ""$white" [${red2}${revision_online}$white"$transparent"]" + echo -e ""$white" [${purple}${revision_online}$white"$transparent"]" # if [ "$revision_online" != "?" ]; then # # if [ "$revision" != "$revision_online" ]; then