From 500c8e6073961f53eb60cf55d3e8d5f28efc9ddd Mon Sep 17 00:00:00 2001 From: xujie86 <167618598+xujie86@users.noreply.github.com> Date: Wed, 23 Jul 2025 05:28:56 +0800 Subject: [PATCH] Update install.sh (#3267) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)