From 0832d9def7bcd53e8c4bb5d870b8caf1e7ad26a3 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 27 Oct 2018 17:30:59 +0100 Subject: [PATCH] Moved info gathering to not be displayed in output --- lgsm/functions/command_postdetails.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index 27845ec03..1c47f0a64 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -51,16 +51,16 @@ fi if [ -n "${alertflag}" ]; then postdetailslog="${alertlog}" else + # Run checks and gathers details to display. + check.sh + info_config.sh + info_parms.sh + info_distro.sh + info_glibc.sh + info_messages.sh + query_gamedig.sh touch "${postdetailslog}" || fn_bad_postdetailslog { - # Run checks and gathers details to display. - check.sh - info_config.sh - info_parms.sh - info_distro.sh - info_glibc.sh - info_messages.sh - query_gamedig.sh fn_info_message_distro fn_info_message_performance fn_info_message_disk