Browse Source

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

pull/4488/merge
Daniel Gibbs 4 weeks ago
parent
commit
9eabf2e2f9
  1. 1
      lgsm/modules/install_config.sh

1
lgsm/modules/install_config.sh

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

Loading…
Cancel
Save