Browse Source

missed space

Daniel Gibbs 8 years ago
parent
commit
fdd1049dbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/alert.sh

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