correct color name
This commit is contained in:
parent
c680d91c13
commit
6ef2e1a267
4
fluxion
4
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
|
||||
|
|
Loading…
Reference in New Issue