From 75416eebd794e6fc4bd5dd25730be5c2f51e50f0 Mon Sep 17 00:00:00 2001 From: xujie86 <167618598+xujie86@users.noreply.github.com> Date: Tue, 22 Jul 2025 18:53:12 +0800 Subject: Increase the number of characters for webBasePath (#3239) --- x-ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x-ui.sh') diff --git a/x-ui.sh b/x-ui.sh index 1ce85f91..97dc9102 100644 --- a/x-ui.sh +++ b/x-ui.sh @@ -214,7 +214,7 @@ reset_webbasepath() { return fi - config_webBasePath=$(gen_random_string 10) + config_webBasePath=$(gen_random_string 18) # Apply the new web base path setting /usr/local/x-ui/x-ui setting -webBasePath "${config_webBasePath}" >/dev/null 2>&1 -- cgit v1.2.3