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