From d28231b0f8f2d86d39aa8edcd78f91a0fd5622e4 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 16 Nov 2024 17:36:52 +0100 Subject: [PATCH] v1.8.8 --- config/version | 2 +- install.sh | 4 ++-- x-ui.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/version b/config/version index d2c4b27150..8b315b3fed 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.8.7 \ No newline at end of file +1.8.8 \ No newline at end of file diff --git a/install.sh b/install.sh index c224616866..6d5eb7fde7 100755 --- a/install.sh +++ b/install.sh @@ -267,9 +267,9 @@ install_x-ui() { systemctl start x-ui echo -e "${green}x-ui v${last_version}${plain} installation finished, it is up and running now..." echo -e "" - echo "You may access the Panel with following URL(s):" + echo "${yellow}You may access the Panel with following URL(s):" /usr/local/x-ui/x-ui uri - echo -e "" + echo -e "${plain}" echo "X-UI Control Menu Usage" echo "------------------------------------------" echo "SUBCOMMANDS:" diff --git a/x-ui.sh b/x-ui.sh index 83fb4d79d7..98f360f7f4 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -276,7 +276,7 @@ get_uri() { show_menu fi LOGI "You may access the Panel with following URL(s):" - echo -e "${yellow}${info}${reset}" + echo -e "${yellow}${info}${plain}" } set_port() {