From 5100bbba52ef3c8dd554ebf314b7f273d25be76e Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 30 Apr 2023 00:57:15 +0330 Subject: simplify ssl cert --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 22ea186a..4e3e47ca 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3