Skip to content

Commit

Permalink
Update x-ui-pro.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GFW4Fun authored Nov 14, 2024
1 parent a14e693 commit ffc4b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-ui-pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if [[ ${UNINSTALL} == *"y"* ]]; then
fi
##############################Domain Validations#########################################################
while [[ -z $(echo "$domain" | tr -d '[:space:]') ]]; do
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
done

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

0 comments on commit ffc4b42

Please sign in to comment.