diff --git a/install.sh b/install.sh index 44e0152a..2cefa19d 100644 --- a/install.sh +++ b/install.sh @@ -83,7 +83,7 @@ install_base() { # This function will be called when user installed x-ui out of security config_after_install() { echo -e "${yellow}Install/update finished! For security it's recommended to modify panel settings ${plain}" - read -p "Do you want to continue with the modification [y/n]? ": config_confirm + read -p "Do you want to continue with the modification [y/n]?": config_confirm if [[ "${config_confirm}" == "y" || "${config_confirm}" == "Y" ]]; then read -p "Please set up your username:" config_account echo -e "${yellow}Your username will be:${config_account}${plain}"