Skip to content

Commit fa45bf8

Browse files
authored
Update install.sh (#3267)
1 parent 75416ee commit fa45bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ config_after_install() {
9292

9393
if [[ ${#existing_webBasePath} -lt 4 ]]; then
9494
if [[ "$existing_hasDefaultCredential" == "true" ]]; then
95-
local config_webBasePath=$(gen_random_string 15)
95+
local config_webBasePath=$(gen_random_string 18)
9696
local config_username=$(gen_random_string 10)
9797
local config_password=$(gen_random_string 10)
9898

0 commit comments

Comments
 (0)