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." }