Skip to content

Commit

Permalink
color-fix-for-mac
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewhidow committed Oct 24, 2020
1 parent 0051db1 commit c07e849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sideload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function error(){
echo -e "${RED}[ERROR] $1 ${PURPLE}"
}
function warning(){
echo -e "${ORANGE}[WARNING] $1 ${PURPLE}"
echo -e "${RED}[WARNING] $1 ${PURPLE}"
}
function verify(){
printf "\n"
Expand Down Expand Up @@ -352,7 +352,7 @@ printf "\n"

#MP user stuff
OLDUSER=$($ADB shell settings get global username)
info "${ORANGE}Please enter a multiplayer username below: [$OLDUSER]:"
info "${RED}Please enter a multiplayer username below: [$OLDUSER]:"
printf " "
read USERNAME
USERNAME=${USERNAME:-$OLDUSER}
Expand Down

0 comments on commit c07e849

Please sign in to comment.