diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 68fc38967..e1a7e2ee7 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -211,6 +211,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}"