mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🐛 fix: swap color codes in get_country_colors
This commit is contained in:
@@ -10,7 +10,7 @@ NC='\033[0m'
|
||||
BOLD='\033[1m'
|
||||
get_country_colors() {
|
||||
case "$1" in
|
||||
US) printf "${RED}U${BLUE}S${NC}" ;;
|
||||
US) printf "${BLUE}U${RED}S${NC}" ;;
|
||||
DE) printf "${RED}D${YELLOW}E${NC}" ;;
|
||||
NL) printf "${RED}N${BLUE}L${NC}" ;;
|
||||
AT) printf "${RED}A${NC}T" ;;
|
||||
|
||||
Reference in New Issue
Block a user