Skip to content

Commit d600b99

Browse files
kennyLtvdgibbs64
authored andcommitted
bug(alert):include slack alert in detail command (#2536)
1 parent 7396f1e commit d600b99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lgsm/functions/info_messages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ fn_info_message_script(){
397397
# LinuxGSM version: v19.9.0
398398
# glibc required: 2.15
399399
# Discord alert: off
400+
# Slack alert: off
400401
# Email alert: off
401402
# Pushbullet alert: off
402403
# IFTTT alert: off
@@ -436,6 +437,8 @@ fn_info_message_script(){
436437

437438
# Discord alert
438439
echo -e "${lightblue}Discord alert:\t${default}${discordalert}"
440+
# Slack alert
441+
echo -e "${lightblue}Slack alert:\t${default}${slackalert}"
439442
# Email alert
440443
echo -e "${lightblue}Email alert:\t${default}${emailalert}"
441444
# Pushbullet alert

0 commit comments

Comments
 (0)