|
@@ -387,22 +387,27 @@ functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
fn_fetch_function
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-alert_pushbullet.sh(){
|
|
|
|
|
|
|
+alert_ifttt.sh(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
fn_fetch_function
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-alert_pushover.sh(){
|
|
|
|
|
|
|
+alert_mailgun.sh(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
fn_fetch_function
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-alert_telegram.sh(){
|
|
|
|
|
|
|
+alert_pushbullet.sh(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
fn_fetch_function
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-alert_ifttt.sh(){
|
|
|
|
|
|
|
+alert_pushover.sh(){
|
|
|
|
|
+functionfile="${FUNCNAME}"
|
|
|
|
|
+fn_fetch_function
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+alert_telegram.sh(){
|
|
|
functionfile="${FUNCNAME}"
|
|
functionfile="${FUNCNAME}"
|
|
|
fn_fetch_function
|
|
fn_fetch_function
|
|
|
}
|
|
}
|