|
|
@@ -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
|