Skip to content

Commit

Permalink
feat(st): add config install
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Jan 5, 2025
1 parent 9495437 commit 8519de6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lgsm/modules/install_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,11 @@ elif [ "${shortname}" == "sb" ]; then
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "st" ]; then
array_configs+=(setting.xml)
fn_default_config_remote
fn_set_config_vars
fn_list_config_locations
elif [ "${shortname}" == "stn" ]; then
array_configs+=(ServerConfig.txt ServerUsers.txt TpPresets.json UserPermissions.json)
fn_default_config_remote
Expand Down

0 comments on commit 8519de6

Please sign in to comment.