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