From 9f64f2359886168453efe943f39c542c6c408b88 Mon Sep 17 00:00:00 2001 From: Marcin Jakubowski Date: Mon, 13 Sep 2021 21:36:21 +0200 Subject: [PATCH] feat(dayzserver): download config from remote --- lgsm/functions/install_config.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 0231cf10b..8dba71910 100755 --- a/lgsm/functions/install_config.sh +++ b/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