We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14e693 commit ffc4b42Copy full SHA for ffc4b42
x-ui-pro.sh
@@ -147,7 +147,7 @@ if [[ ${UNINSTALL} == *"y"* ]]; then
147
fi
148
##############################Domain Validations#########################################################
149
while [[ -z $(echo "$domain" | tr -d '[:space:]') ]]; do
150
- read -rp $'\n\e[1;32;40mEnter available subdomain (sub.domain.tld): \e[0m' domain
+ read -rp $'\n\e[1;32;40m Enter available subdomain (sub.domain.tld): \e[0m' domain
151
done
152
153
domain=$(echo "$domain" 2>&1 | tr -d '[:space:]' )
0 commit comments