diff options
| author | Vladimir-A <32281993+Vladimir-A@users.noreply.github.com> | 2023-11-29 17:14:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 17:14:00 +0300 |
| commit | 710ba4e53a8c4c8ca68561fc250d5ae46673796a (patch) | |
| tree | 64fbca02c6a629772218985ffc9e8f76ce559049 /install.sh | |
| parent | abc590ae715d13aac60398c99aaa34ab43b06c42 (diff) | |
Update install.sh (#1270)
correction of typo in comment
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ install_base() { } -# This function will be called when user installed x-ui out of sercurity +# This function will be called when user installed x-ui out of security config_after_install() { 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 |
