correct color name

This commit is contained in:
strasharo 2016-03-18 00:51:26 +02:00
parent c680d91c13
commit 6ef2e1a267
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
#Colores #Colores
white="\033[1;37m" white="\033[1;37m"
grey="\033[0;37m" grey="\033[0;37m"
red2="\033[0;35m" purple="\033[0;35m"
red="\033[1;31m" red="\033[1;31m"
green="\033[1;32m" green="\033[1;32m"
yellow="\033[1;33m" yellow="\033[1;33m"
@ -477,7 +477,7 @@ if [ $FLUX_DEBUG != 1 ]; then
checkupdatess & checkupdatess &
spinner "$!" spinner "$!"
revision_online=$(cat $DUMP_PATH/Irev) 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_online" != "?" ]; then
# #
# if [ "$revision" != "$revision_online" ]; then # if [ "$revision" != "$revision_online" ]; then