diff options
| author | xujie86 <167618598+xujie86@users.noreply.github.com> | 2025-07-23 00:28:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-23 00:28:56 +0300 |
| commit | fa45bf87de469f9e7f79c90b4381de5b9e4f58d2 (patch) | |
| tree | a07b3700ce3e81a7502cc7db4a6005b85a79a463 /install.sh | |
| parent | 75416eebd794e6fc4bd5dd25730be5c2f51e50f0 (diff) | |
Update install.sh (#3267)
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
