Procházet zdrojové kódy

added core_exit.sh

Daniel Gibbs před 10 roky
rodič
revize
2ec677b94e
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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
 }