Browse Source

feat(etl): add update_etl module to core modules

Registers the update_etl.sh module within the core modules to enable the fetching and execution of ET: Legacy updates.
pull/4896/head
Daniel Gibbs 2 months ago
parent
commit
4d79784974
Failed to extract signature
  1. 5
      lgsm/modules/core_modules.sh

5
lgsm/modules/core_modules.sh

@ -660,6 +660,11 @@ fn_update_modules.sh() {
fn_fetch_module
}
update_etl.sh() {
modulefile="${FUNCNAME[0]}"
fn_fetch_module
}
update_fctr.sh() {
modulefile="${FUNCNAME[0]}"
fn_fetch_module

Loading…
Cancel
Save