Просмотр исходного кода

bug(alert):include slack alert in detail command (#2536)

Kenny Lindelof 6 лет назад
Родитель
Сommit
d600b99c86
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      lgsm/functions/info_messages.sh

+ 3 - 0
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