From 4d3f40ec5617ef0d73db9e8fd93b7c8323b0d308 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 28 Aug 2024 00:47:27 +0100 Subject: [PATCH] change to remove config --- lgsm/modules/install_config.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lgsm/modules/install_config.sh b/lgsm/modules/install_config.sh index 28d92126c..7cb1fb1e1 100644 --- a/lgsm/modules/install_config.sh +++ b/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)