From fdd1049dbe0e20cdeda44be48e0830550f172850 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 20 Aug 2017 14:13:22 +0100 Subject: [PATCH] missed space --- 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 7157ca1e7..df321c250 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -9,7 +9,7 @@ local commandaction="Alert" fn_alert_test(){ fn_script_log_info "Sending test alert" - alertsubject="LinuxGSM Alert- Test - ${servername}" + alertsubject="LinuxGSM Alert - Test - ${servername}" alertbody="Testing LinuxGSM Alert. No action to be taken." }