diff --git a/xu b/xu index c07ec97..f57b73c 100644 --- a/xu +++ b/xu @@ -378,8 +378,8 @@ IP=$(curl -s4m5 ip.sb) echo -e "\n${Blue}#################################################${Font}" echo -e "${Green} X-UI 安装完成 (咸V咆哮制作) ${Font}" echo -e "${Blue}#################################################${Font}" -echo -e "访问地址 :${Green}http://$IP:$SET_PORT${Font}" -echo -e "用户名 :${Green}$SET_USER${Font}" -echo -e "密码 :${Green}$SET_PASS${Font}" -echo -e "当前模式 :${Yellow}$([ "$INSTALL_MODE" == "1" ] && echo "标准配置" || echo "私人配置")${Font}" +echo -e "访问地址 : ${Green}http://$IP:$SET_PORT${Font}" +echo -e "用户名 : ${Green}$SET_USER${Font}" +echo -e "密码 : ${Green}$SET_PASS${Font}" +echo -e "当前模式 : ${Yellow}$([ "$INSTALL_MODE" == "1" ] && echo "标准配置" || echo "私人配置")${Font}" echo -e "${Blue}#################################################${Font}" \ No newline at end of file