Skip to content

Commit f3edc74

Browse files
authored
fix(sm): remove config install as it is not used (#4730)
1 parent bcb40ba commit f3edc74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lgsm/modules/install_config.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,6 @@ elif [ "${shortname}" == "sf" ]; then
662662
fn_default_config_remote
663663
fn_set_config_vars
664664
fn_list_config_locations
665-
elif [ "${shortname}" == "sm" ]; then
666-
fn_default_config_local
667-
fn_list_config_locations
668665
elif [ "${shortname}" == "sol" ]; then
669666
array_configs+=(soldat.ini)
670667
fn_default_config_remote

0 commit comments

Comments
 (0)