Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-03-19 12:14:46 +0300
committerGitHub <noreply@github.com>2023-03-19 12:14:46 +0300
commitb4997da51c90cee870a4fd9a2991daaaf53113bb (patch)
treec2ba5eb1fcc583ca032530f2dd58dec0e4ac2bf5 /install.sh
parent4f9aff304365cfc501d2a7318f5f48db7ac48d51 (diff)
Update install.sh
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh4
1 files 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