Ver código fonte

added alert telegram

Daniel Gibbs 9 anos atrás
pai
commit
39683b67e1
1 arquivos alterados com 5 adições e 0 exclusões
  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(){