From d600b99c862d3cced995d9bd757f1ce6cacb465f Mon Sep 17 00:00:00 2001 From: Kenny Lindelof Date: Mon, 7 Oct 2019 16:35:56 -0400 Subject: [PATCH] bug(alert):include slack alert in detail command (#2536) --- lgsm/functions/info_messages.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh index d7ff01dab..b13e1bcc4 100644 --- a/lgsm/functions/info_messages.sh +++ b/lgsm/functions/info_messages.sh @@ -397,6 +397,7 @@ fn_info_message_script(){ # LinuxGSM version: v19.9.0 # glibc required: 2.15 # Discord alert: off + # Slack alert: off # Email alert: off # Pushbullet alert: off # IFTTT alert: off @@ -436,6 +437,8 @@ fn_info_message_script(){ # Discord alert echo -e "${lightblue}Discord alert:\t${default}${discordalert}" + # Slack alert + echo -e "${lightblue}Slack alert:\t${default}${slackalert}" # Email alert echo -e "${lightblue}Email alert:\t${default}${emailalert}" # Pushbullet alert