Pārlūkot izejas kodu

Merge pull request #888 from ki2007/patch-1

Update: command_details.sh - Show Pushbullet alert
Daniel Gibbs 10 gadi atpakaļ
vecāks
revīzija
b424a88b44
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      lgsm/functions/command_details.sh

+ 3 - 0
lgsm/functions/command_details.sh

@@ -208,6 +208,9 @@ fn_details_script(){
 		# Email alert
 		echo -e "\e[34mEmail alert:\t\e[0m${emailalert}"
 
+		# Pushbullet alert
+		echo -e "\e[34mPushbullet alert:\t\e[0m${pushbulletalert}"
+
 		# Update on start
 		echo -e "\e[34mUpdate on start:\t\e[0m${updateonstart}"