Browse Source

add fix_sm.sh

pull/4590/head
Daniel Gibbs 1 year ago
parent
commit
74e09e6fee
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 5
      lgsm/modules/core_modules.sh

5
lgsm/modules/core_modules.sh

@ -446,6 +446,11 @@ fix_sfc.sh() {
fn_fetch_module
}
fix_sm.sh() {
modulefile="${FUNCNAME[0]}"
fn_fetch_module
}
fix_st.sh() {
modulefile="${FUNCNAME[0]}"
fn_fetch_module

Loading…
Cancel
Save