Browse Source

feat(dayzserver): download config from remote

pull/3557/head
Marcin Jakubowski 4 years ago
parent
commit
9f64f23598
  1. 5
      lgsm/functions/install_config.sh

5
lgsm/functions/install_config.sh

@ -356,9 +356,8 @@ elif [ "${shortname}" == "dayz" ]; then
gamedirname="DayZ"
fn_check_cfgdir
array_configs+=( server.cfg )
# fn_fetch_default_config
# fn_default_config_remote
fn_default_config_local
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "dod" ]; then

Loading…
Cancel
Save