Browse Source

change to remove config

pull/4633/head
Daniel Gibbs 12 months ago
parent
commit
4d3f40ec56
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/modules/install_config.sh

4
lgsm/modules/install_config.sh

@ -842,7 +842,9 @@ elif [ "${shortname}" == "wmc" ]; then
fn_default_config_remote
fn_set_config_vars
elif [ "${shortname}" == "xnt" ]; then
fn_default_config_local
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "wurm" ]; then
array_configs+=(server.cfg)

Loading…
Cancel
Save