Преглед на файлове

Update: command_details.sh - Show Pushbullet alert

Show Pushbullet with Email alert under Script Details
Marcus преди 10 години
родител
ревизия
faf7384b48
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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}"