Update install.sh (#3267)

This commit is contained in:
xujie86 2025-07-23 05:28:56 +08:00 committed by GitHub
parent 75416eebd7
commit fa45bf87de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)