From faf7384b48df90843b24e7a374002723501398a8 Mon Sep 17 00:00:00 2001
From: Marcus <marcus.leib@gmail.com>
Date: Wed, 15 Jun 2016 13:32:04 +0200
Subject: [PATCH] Update: command_details.sh - Show Pushbullet alert

Show Pushbullet with Email alert under Script Details
---
 lgsm/functions/command_details.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh
index cfac2a5dd..db2b86bad 100644
--- a/lgsm/functions/command_details.sh
+++ b/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}"