We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec0f34 commit 53fd279Copy full SHA for 53fd279
x-ui-pro.sh
@@ -470,7 +470,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
470
#[[ -n $IP6 ]] && [[ "$IP6" =~ $IP6_REGEX ]] && msg_inf "IPv6: http://[$IP6]:$PORT$RNDSTR"
471
msg_inf "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
472
sudo sh -c "echo -n '${XUIUSER}:' >> /etc/nginx/.htpasswd && openssl passwd -apr1 '${XUIPASS}' >> /etc/nginx/.htpasswd"
473
- msg_inf "XrayUI: https://${domain}${RNDSTR}"
+ msg_inf "\nXrayUI: https://${domain}${RNDSTR}"
474
msg_inf "v2rayA: https://${domain}/${RNDSTR2}/\n"
475
echo -e "Username: $XUIUSER\nPassword: $XUIPASS\n"
476
0 commit comments