Browse Source

Moved info gathering to not be displayed in output

pull/2075/head
Daniel Gibbs 7 years ago
parent
commit
0832d9def7
  1. 4
      lgsm/functions/command_postdetails.sh

4
lgsm/functions/command_postdetails.sh

@ -51,8 +51,6 @@ fi
if [ -n "${alertflag}" ]; then
postdetailslog="${alertlog}"
else
touch "${postdetailslog}" || fn_bad_postdetailslog
{
# Run checks and gathers details to display.
check.sh
info_config.sh
@ -61,6 +59,8 @@ else
info_glibc.sh
info_messages.sh
query_gamedig.sh
touch "${postdetailslog}" || fn_bad_postdetailslog
{
fn_info_message_distro
fn_info_message_performance
fn_info_message_disk

Loading…
Cancel
Save