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-06-04 13:27:59 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-06-04 13:34:27 +0300
commit7ac79446c72a5c19319d5429e1a2dd40975ad060 (patch)
tree9b781f7bae815fb56b8208ff6fe1439788cd3566 /install.sh
parentfdf805f264dd8a5248f9006c5ad57e251673940f (diff)
(fixed) fail2ban - ubuntu 24
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 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}