using lsb_release -d instead of -a. cleaner, simpler output
This commit is contained in:
parent
5483df804c
commit
4abab9bbc4
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue