Skip to content

Commit 53fd279

Browse files
authored
Update x-ui-pro.sh
1 parent eec0f34 commit 53fd279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-ui-pro.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ if systemctl is-active --quiet x-ui || [ -e /etc/systemd/system/x-ui.service ];
470470
#[[ -n $IP6 ]] && [[ "$IP6" =~ $IP6_REGEX ]] && msg_inf "IPv6: http://[$IP6]:$PORT$RNDSTR"
471471
msg_inf "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
472472
sudo sh -c "echo -n '${XUIUSER}:' >> /etc/nginx/.htpasswd && openssl passwd -apr1 '${XUIPASS}' >> /etc/nginx/.htpasswd"
473-
msg_inf "XrayUI: https://${domain}${RNDSTR}"
473+
msg_inf "\nXrayUI: https://${domain}${RNDSTR}"
474474
msg_inf "v2rayA: https://${domain}/${RNDSTR2}/\n"
475475
echo -e "Username: $XUIUSER\nPassword: $XUIPASS\n"
476476
msg_inf "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -"

0 commit comments

Comments
 (0)