From 833186eec733b5e91d4eaee27a8c92ae14e0b164 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:18:05 +0330 Subject: [PATCH] Fix color --- core/scripts/warp/status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/warp/status.sh b/core/scripts/warp/status.sh index 6888eee..18a13f2 100644 --- a/core/scripts/warp/status.sh +++ b/core/scripts/warp/status.sh @@ -2,8 +2,8 @@ source /etc/hysteria/core/scripts/utils.sh source /etc/hysteria/core/scripts/path.sh check_warp_configuration() { - echo "${yellow}Current WARP Configuration:${NC}" echo "--------------------------------" + echo -e "${LPurple}Current WARP Configuration: ${NC}" if jq -e '.acl.inline[]? | select(test("warps\\(all\\)"))' "$CONFIG_FILE" > /dev/null; then echo -e "${cyan}All traffic:${NC} ${green}Active${NC}"