From 7ac79446c72a5c19319d5429e1a2dd40975ad060 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Tue, 4 Jun 2024 12:27:59 +0200 Subject: (fixed) fail2ban - ubuntu 24 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 45165515..027ef127 100644 --- a/install.sh +++ b/install.sh @@ -132,7 +132,7 @@ config_after_install() { echo -e "${yellow}Your password will be: ${config_password}${plain}" read -p "Please set up the panel port: " config_port echo -e "${yellow}Your panel port is: ${config_port}${plain}" - read -p "Please set up the web base path: " config_webBasePath + read -p "Please set up the web base path (ip:port/webbasepath/): " config_webBasePath echo -e "${yellow}Your web base path is: ${config_webBasePath}${plain}" echo -e "${yellow}Initializing, please wait...${plain}" /usr/local/x-ui/x-ui setting -username ${config_account} -password ${config_password} -- cgit v1.2.3