From f3edc74de1463107ddf88676e402b4c13ecaa29f Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 5 Jan 2025 00:34:02 +0100 Subject: [PATCH] fix(sm): remove config install as it is not used (#4730) --- lgsm/modules/install_config.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lgsm/modules/install_config.sh b/lgsm/modules/install_config.sh index 43d775c85..c78c74fb2 100644 --- a/lgsm/modules/install_config.sh +++ b/lgsm/modules/install_config.sh @@ -662,9 +662,6 @@ elif [ "${shortname}" == "sf" ]; then fn_default_config_remote fn_set_config_vars fn_list_config_locations -elif [ "${shortname}" == "sm" ]; then - fn_default_config_local - fn_list_config_locations elif [ "${shortname}" == "sol" ]; then array_configs+=(soldat.ini) fn_default_config_remote