소스 검색

fix(xnt): add call to fix_xnt.sh for configuration setup

Daniel Gibbs 11 달 전
부모
커밋
9eabf2e2f9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lgsm/modules/install_config.sh

+ 1 - 0
lgsm/modules/install_config.sh

@@ -777,6 +777,7 @@ elif [ "${shortname}" == "wmc" ]; then
 	fn_set_config_vars
 	fn_set_config_vars
 	fn_list_config_locations
 	fn_list_config_locations
 elif [ "${shortname}" == "xnt" ]; then
 elif [ "${shortname}" == "xnt" ]; then
+	fix_xnt.sh
 	array_configs+=(server.cfg)
 	array_configs+=(server.cfg)
 	fn_default_config_remote
 	fn_default_config_remote
 	fn_set_config_vars
 	fn_set_config_vars