diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-30 00:27:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-30 00:27:15 +0300 |
| commit | 5100bbba52ef3c8dd554ebf314b7f273d25be76e (patch) | |
| tree | 53aa1e09204ec1a8838532a49154c1ca6bd7cae8 /install.sh | |
| parent | f93d9126440c6ef49d7a1ae0595b39bfc4815a98 (diff) | |
simplify ssl cert
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ config_after_install() { /usr/local/x-ui/x-ui migrate 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 - if [[ x"${config_confirm}" == x"y" || x"${config_confirm}" == x"Y" ]]; then + 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}" read -p "Please set up your password:" config_password |
