Explorar el Código

Added the mta resources to the core_functions script

Chaos hace 9 años
padre
commit
c1f781ea18
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lgsm/functions/core_functions.sh

+ 5 - 0
lgsm/functions/core_functions.sh

@@ -554,6 +554,11 @@ functionfile="${FUNCNAME}"
 fn_fetch_function
 }
 
+install_mta_resources.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
 # Calls the global Ctrl-C trap
 core_trap.sh