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:
authorxujie86 <167618598+xujie86@users.noreply.github.com>2025-07-23 00:28:56 +0300
committerGitHub <noreply@github.com>2025-07-23 00:28:56 +0300
commitfa45bf87de469f9e7f79c90b4381de5b9e4f58d2 (patch)
treea07b3700ce3e81a7502cc7db4a6005b85a79a463
parent75416eebd794e6fc4bd5dd25730be5c2f51e50f0 (diff)
Update install.sh (#3267)
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 85b34c3d..0c4922bb 100644
--- a/install.sh
+++ b/install.sh
@@ -92,7 +92,7 @@ config_after_install() {
if [[ ${#existing_webBasePath} -lt 4 ]]; then
if [[ "$existing_hasDefaultCredential" == "true" ]]; then
- local config_webBasePath=$(gen_random_string 15)
+ local config_webBasePath=$(gen_random_string 18)
local config_username=$(gen_random_string 10)
local config_password=$(gen_random_string 10)