From 1c14a7b4aab4467c67760640c166e9809c0956f5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 22 May 2016 22:03:23 +0100 Subject: [PATCH] Altered wording --- lgsm/functions/alert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 0af644ae6..f3cc2b452 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -8,7 +8,7 @@ lgsm_version="210516" fn_alert_test(){ fn_scriptlog "Sending test alert" - alertsubject="LGSM - Alert Check - ${servername}" + alertsubject="LGSM - Test Alert - ${servername}" alertbody="LGSM test alert, how you read?" }