using lsb_release -d instead of -a. cleaner, simpler output

This commit is contained in:
Bill Cromie 2017-01-25 14:36:40 -05:00
parent 5483df804c
commit 4abab9bbc4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ echo >> $TMP_FILE; # newline after status_checks
# all of the commands we want to run. # all of the commands we want to run.
declare -a commands=("git -C /root/mailinabox status" declare -a commands=("git -C /root/mailinabox status"
"uptime" "uptime"
"lsb_release -a" "lsb_release -d"
"free -m" "free -m"
"df -h" "df -h"
"ps auxf" "ps auxf"