Skip to content

Commit a14e693

Browse files
authored
Update x-ui-pro.sh
1 parent 3c859a0 commit a14e693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-ui-pro.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
#################### x-ui-pro v11.1.4 @ github.com/GFW4Fun ##############################################
2+
#################### x-ui-pro v11.1.5 @ github.com/GFW4Fun ##############################################
33
msg() { echo -e "\e[1;37;40m $1 \e[0m";}
44
msg_ok() { echo -e "\e[1;32;40m $1 \e[0m";}
55
msg_err() { echo -e "\e[1;31;40m $1 \e[0m";}
@@ -147,7 +147,7 @@ if [[ ${UNINSTALL} == *"y"* ]]; then
147147
fi
148148
##############################Domain Validations#########################################################
149149
while [[ -z $(echo "$domain" | tr -d '[:space:]') ]]; do
150-
read -rp $'\e[1;32;40mEnter available subdomain (sub.domain.tld): \e[0m' domain
150+
read -rp $'\n\e[1;32;40mEnter available subdomain (sub.domain.tld): \e[0m' domain
151151
done
152152

153153
domain=$(echo "$domain" 2>&1 | tr -d '[:space:]' )

0 commit comments

Comments
 (0)