diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-03-19 12:14:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-19 12:14:46 +0300 |
| commit | b4997da51c90cee870a4fd9a2991daaaf53113bb (patch) | |
| tree | c2ba5eb1fcc583ca032530f2dd58dec0e4ac2bf5 /install.sh | |
| parent | 4f9aff304365cfc501d2a7318f5f48db7ac48d51 (diff) | |
Update install.sh
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
