From b4997da51c90cee870a4fd9a2991daaaf53113bb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 19 Mar 2023 12:44:46 +0330 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2d38a5cd..0d548e0d 100644 --- a/install.sh +++ b/install.sh @@ -98,8 +98,8 @@ config_after_install() { /usr/local/x-ui/x-ui setting -username ${usernameTemp} -password ${passwordTemp} echo -e "this is a fresh installation,will generate random login info for security concerns:" echo -e "###############################################" - echo -e "${green}user name:${usernameTemp}${plain}" - echo -e "${green}user password:${passwordTemp}${plain}" + echo -e "${green}username:${usernameTemp}${plain}" + echo -e "${green}password:${passwordTemp}${plain}" echo -e "###############################################" echo -e "${red}if you forgot your login info,you can type x-ui and then type 7 to check after installation${plain}" else