From 4abab9bbc4ec4bc02499280beb23b58b768108d0 Mon Sep 17 00:00:00 2001 From: Bill Cromie Date: Wed, 25 Jan 2017 14:36:40 -0500 Subject: [PATCH] using lsb_release -d instead of -a. cleaner, simpler output --- tools/collect_debug_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/collect_debug_info.sh b/tools/collect_debug_info.sh index b0cda1c8..dcc38ae2 100644 --- a/tools/collect_debug_info.sh +++ b/tools/collect_debug_info.sh @@ -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"