소스 검색

fix(q3): Fix q3-only typo in install_config.sh (#4709)

Tom Burnett 1 년 전
부모
커밋
36717af4f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lgsm/modules/install_config.sh

+ 1 - 1
lgsm/modules/install_config.sh

@@ -614,7 +614,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