Browse Source

added gotify to info_messages.sh

pull/3509/head
jamie 4 years ago
parent
commit
5ab122e802
No known key found for this signature in database GPG Key ID: 98D3272368C9138
  1. 3
      lgsm/functions/info_messages.sh

3
lgsm/functions/info_messages.sh

@ -503,6 +503,7 @@ fn_info_message_script(){
# glibc required: 2.18 # glibc required: 2.18
# Discord alert: off # Discord alert: off
# Email alert: off # Email alert: off
# Gotify alert: off
# IFTTT alert: off # IFTTT alert: off
# Mailgun (email) alert: off # Mailgun (email) alert: off
# Pushbullet alert: off # Pushbullet alert: off
@ -544,6 +545,8 @@ fn_info_message_script(){
echo -e "${lightblue}Discord alert:\t${default}${discordalert}" echo -e "${lightblue}Discord alert:\t${default}${discordalert}"
# Email alert # Email alert
echo -e "${lightblue}Email alert:\t${default}${emailalert}" echo -e "${lightblue}Email alert:\t${default}${emailalert}"
# Gotify alert
echo -e "${lightblue}Gotify alert:\t${default}${gotifyalert}"
# IFTTT alert # IFTTT alert
echo -e "${lightblue}IFTTT alert:\t${default}${iftttalert}" echo -e "${lightblue}IFTTT alert:\t${default}${iftttalert}"
# Mailgun alert # Mailgun alert

Loading…
Cancel
Save