Browse Source

add emserver config install

pull/4200/head
Daniel Gibbs 2 years ago
parent
commit
de021d87bd
  1. 3
      lgsm/modules/install_config.sh

3
lgsm/modules/install_config.sh

@ -452,6 +452,9 @@ elif [ "${shortname}" == "eco" ]; then
fn_default_config_remote fn_default_config_remote
fn_set_config_vars fn_set_config_vars
fn_list_config_locations fn_list_config_locations
elif [ "${shortname}" == "em" ]; then
fn_default_config_local
fn_list_config_locations
elif [ "${shortname}" == "etl" ]; then elif [ "${shortname}" == "etl" ]; then
gamedirname="ETLegacy" gamedirname="ETLegacy"
array_configs+=(server.cfg) array_configs+=(server.cfg)

Loading…
Cancel
Save