Selaa lähdekoodia

added alert telegram

Daniel Gibbs 9 vuotta sitten
vanhempi
commit
39683b67e1
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      lgsm/functions/core_functions.sh

+ 5 - 0
lgsm/functions/core_functions.sh

@@ -392,6 +392,11 @@ functionfile="${FUNCNAME}"
 fn_fetch_function
 }
 
+alert_telegram.sh(){
+functionfile="${FUNCNAME}"
+fn_fetch_function
+}
+
 # Logs
 
 logs.sh(){