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>2024-10-11 10:15:36 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-10-11 10:15:36 +0300
commit6062031de41b882153866e94e41d085846dd3aa4 (patch)
tree5fb27c89f79f35ebf98c30f0485978cea1dce024 /install.sh
parentfb2b58110d381686f6e2f5b03a9542f9212033b7 (diff)
fix lang + more geoip option
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index c4cc6798..8f425118 100644
--- a/install.sh
+++ b/install.sh
@@ -138,7 +138,7 @@ gen_random_string() {
config_after_install() {
echo -e "${yellow}Install/update finished! For security, it's recommended to modify panel settings ${plain}"
- read -p "Would you like to customize ${yellow}the Panel Port ${plain}settings? (If not, random settings will be applied) [y/n]: " config_confirm
+ read -p "Would you like to customize the Panel Port settings? (If not, random settings will be applied) [y/n]: " config_confirm
local config_webBasePath=$(gen_random_string 15)
local config_account=$(gen_random_string 10)