Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lgsm/functions/command_details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down