Skip to content

Commit

Permalink
v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Nov 16, 2024
1 parent 5403c50 commit d28231b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.7
1.8.8
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down
2 changes: 1 addition & 1 deletion x-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d28231b

Please sign in to comment.