From f8fe5c0354cd0f116f6c9af21b23515cf89cb3a5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 4 Sep 2023 13:12:23 +0100 Subject: [PATCH] refactor: remove redundant code in install_config.sh The commit removes a redundant function call in the install_config.sh file. The "fn_list_config_locations" function is no longer needed for the "vints" configuration. --- lgsm/modules/install_config.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lgsm/modules/install_config.sh b/lgsm/modules/install_config.sh index a5c2787fc..567aeccda 100644 --- a/lgsm/modules/install_config.sh +++ b/lgsm/modules/install_config.sh @@ -788,7 +788,6 @@ elif [ "${shortname}" == "unt" ]; then fn_list_config_locations elif [ "${shortname}" == "vints" ]; then # Config is generated on first run - fn_list_config_locations elif [ "${shortname}" == "vs" ]; then array_configs+=(server.cfg) fn_fetch_default_config