We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7396f1e commit d600b99Copy full SHA for d600b99
lgsm/functions/info_messages.sh
@@ -397,6 +397,7 @@ fn_info_message_script(){
397
# LinuxGSM version: v19.9.0
398
# glibc required: 2.15
399
# Discord alert: off
400
+ # Slack alert: off
401
# Email alert: off
402
# Pushbullet alert: off
403
# IFTTT alert: off
@@ -436,6 +437,8 @@ fn_info_message_script(){
436
437
438
# Discord alert
439
echo -e "${lightblue}Discord alert:\t${default}${discordalert}"
440
+ # Slack alert
441
+ echo -e "${lightblue}Slack alert:\t${default}${slackalert}"
442
# Email alert
443
echo -e "${lightblue}Email alert:\t${default}${emailalert}"
444
# Pushbullet alert
0 commit comments