From 7a985ea4e6d34834160c688ab629ef6fc5235fbb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 16 Oct 2021 23:09:23 +0100 Subject: [PATCH] email summary has same info as other alerts --- lgsm/functions/info_messages.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index 1eb61571e..0b679354d 100755 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -59,20 +59,26 @@ fn_info_message_head(){ echo -e "" echo -e "${lightyellow}Alert Summary${default}" fn_messages_separator - echo -e "Message" - echo -e "${alertmessage}" - echo -e "" echo -e "Server name" echo -e "${servername}" echo -e "" echo -e "Game" echo -e "${gamename}" echo -e "" - echo -e "Hostname" - echo -e "${HOSTNAME}" + echo -e "Current Players" + echo -e "${alertplayers}" + echo -e "" + echo -e "Map" + echo -e "${alertmap}" echo -e "" echo -e "Server IP" echo -e "${alertip}:${port}" + echo -e "" + echo -e "Hostname" + echo -e "${HOSTNAME}" + echo -e "" + echo -e "Version" + echo -e "${alertversion}" } fn_info_message_distro(){