From 3b5efaaf7e4051d4c1b1f2468274e95b674af4c7 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 18 Oct 2021 22:59:58 +0100 Subject: [PATCH] bug --- lgsm/functions/alert.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 372f1b034..17cfa2ebc 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -42,7 +42,7 @@ fn_alert_test(){ } fn_alert_stopping(){ - fn_script_log_info "Sending alert: test" + fn_script_log_info "Sending alert: Stopping" alerttitle="Alert - ${selfname} - Stopping" alertemoji="🟡" alertsound="1" @@ -53,7 +53,7 @@ fn_alert_stopping(){ } fn_alert_stopped(){ - fn_script_log_info "Sending test alert" + fn_script_log_info "Sending alert: Stopped" alerttitle="Alert - ${selfname} - Test" alertemoji="🔴" alertsound="1" @@ -235,7 +235,7 @@ if [ "${alert}" == "permissions" ]; then elif [ "${alert}" == "stopping" ]; then fn_alert_stopping elif [ "${alert}" == "stopped" ]; then - fn_alert_stopping + fn_alert_stopped elif [ "${alert}" == "restart" ]; then fn_alert_restart elif [ "${alert}" == "restartquery" ]; then