fix lang + more geoip option

This commit is contained in:
MHSanaei
2024-10-11 09:15:36 +02:00
parent fb2b58110d
commit 6062031de4
4 changed files with 30 additions and 5 deletions
+1 -1
View File
@@ -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)