Browse Source
fix(q3): Fix q3-only typo in install_config.sh
pull/4709/head
Tom Burnett
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
lgsm/modules/install_config.sh
|
|
@ -645,7 +645,7 @@ elif [ "${shortname}" == "q2" ]; then |
|
|
|
fn_list_config_locations |
|
|
|
elif [ "${shortname}" == "q3" ]; then |
|
|
|
array_configs+=(server.cfg) |
|
|
|
fn_fetch_default_configs |
|
|
|
fn_fetch_default_config |
|
|
|
fn_default_config_remote |
|
|
|
fn_set_config_vars |
|
|
|
fn_list_config_locations |
|
|
|