Browse Source

added alert telegram

Daniel Gibbs 9 năm trước cách đây
mục cha
commit
39683b67e1
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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(){