Browse Source

email summary has same info as other alerts

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
7a985ea4e6
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 16
      lgsm/functions/info_messages.sh

16
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(){

Loading…
Cancel
Save