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() {