Explorar el Código

added core_exit.sh

Daniel Gibbs hace 10 años
padre
commit
2ec677b94e
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      lgsm/functions/core_functions.sh

+ 3 - 3
lgsm/functions/core_functions.sh

@@ -78,17 +78,17 @@ functionfile="${FUNCNAME}"
 fn_fetch_core_dl
 }
 
-core_getopt.sh(){
+core_exit.sh(){
 functionfile="${FUNCNAME}"
 fn_fetch_core_dl
 }
 
-core_messages.sh(){
+core_getopt.sh(){
 functionfile="${FUNCNAME}"
 fn_fetch_core_dl
 }
 
-core_dl.sh(){
+core_messages.sh(){
 functionfile="${FUNCNAME}"
 fn_fetch_core_dl
 }