From 6062031de41b882153866e94e41d085846dd3aa4 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 11 Oct 2024 09:15:36 +0200 Subject: fix lang + more geoip option --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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) -- cgit v1.2.3