mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
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.
|
||||
declare -a commands=("git -C /root/mailinabox status"
|
||||
"uptime"
|
||||
"lsb_release -a"
|
||||
"lsb_release -d"
|
||||
"free -m"
|
||||
"df -h"
|
||||
"ps auxf"
|
||||
|
Loading…
Reference in New Issue
Block a user