diff --git a/install.sh b/install.sh index d904a52..0399068 100644 --- a/install.sh +++ b/install.sh @@ -248,10 +248,12 @@ install_base install_x-ui $1 echo "" echo -e "----------------------------------------------" -/usr/local/x-ui/x-ui setting -show true +info=$(/usr/local/x-ui/x-ui setting -show true) +echo -e "${green}${info}${plain}" +# /usr/local/x-ui/x-ui setting -show true echo -e "----------------------------------------------" echo "" echo -e "${green}安装/更新完成,若在使用过程中有任何问题${plain}" echo -e "${yellow}请先描述清楚所遇问题加〔3X-UI〕中文交流群${plain}" -echo -e "${red} https://t.me/XUI_CN ${yellow}截图进行反馈${plain}" +echo -e "${yellow}在TG群中${red} https://t.me/XUI_CN ${yellow}截图进行反馈${plain}" echo ""