We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75416ee commit fa45bf8Copy full SHA for fa45bf8
install.sh
@@ -92,7 +92,7 @@ config_after_install() {
92
93
if [[ ${#existing_webBasePath} -lt 4 ]]; then
94
if [[ "$existing_hasDefaultCredential" == "true" ]]; then
95
- local config_webBasePath=$(gen_random_string 15)
+ local config_webBasePath=$(gen_random_string 18)
96
local config_username=$(gen_random_string 10)
97
local config_password=$(gen_random_string 10)
98
0 commit comments