From 718d6f9deafc1a66a9d9272f7fe16cf9b5d66482 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 15 Aug 2014 23:44:32 +0000 Subject: [PATCH] Small change, forgot to add -m to the debugger inxi output. --- inxi | 10 +++++----- inxi.changelog | 12 ++++++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/inxi b/inxi index 19934ee..4dd66e6 100755 --- a/inxi +++ b/inxi @@ -2,8 +2,8 @@ ######################################################################## #### Script Name: inxi #### Version: 2.1.96 -#### Date: 2014-08-14 -#### Patch Number: 00 +#### Date: 2014-08-15 +#### Patch Number: 01 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -1832,7 +1832,7 @@ debug_data_collector() echo 'Creating inxi output file now. This can take a few seconds...' echo "Starting $SCRIPT_NAME from: $start_directory" cd $start_directory - $SCRIPT_PATH/$SCRIPT_NAME -FRfrploudixxx -c 0 -@ 8 -y 120 > $SCRIPT_DATA_DIR/$debug_data_dir/inxi-FRfrploudixxxy120.txt + $SCRIPT_PATH/$SCRIPT_NAME -FRfrploudmxxx -c 0 -@ 8 -y 120 > $SCRIPT_DATA_DIR/$debug_data_dir/inxi-FRfrploudmxxxy120.txt cp $LOG_FILE $SCRIPT_DATA_DIR/$debug_data_dir if [[ -f $SCRIPT_DATA_DIR/$debug_data_dir.tar.gz ]];then echo "Found and removing previous tar.gz data file: $debug_data_dir.tar.gz" @@ -4888,7 +4888,7 @@ get_dmidecode_data() { eval $LOGFS - local dmiData="" b_debugger='false' + local dmiData="" b_debugger='true' if [[ $B_DMIDECODE_SET != 'true' ]];then dmidecodePath=$( type -p dmidecode 2>/dev/null ) @@ -4901,7 +4901,7 @@ get_dmidecode_data() # strip out all the stuff we don't want to see in the results. We want the error data in # stdout for error handling if [[ $b_debugger == 'true' ]];then - dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-2.txt )" + dmiData="$( cat ~/bin/scripts/inxi/data/dmidecode/dmidecode-memory-variants-1.txt )" else dmiData="$( $dmidecodePath 2>&1 )" fi diff --git a/inxi.changelog b/inxi.changelog index c4c9634..c82d8c8 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -1,3 +1,15 @@ +===================================================================================== +Version: 2.1.96 +Patch Version: 01 +Script Date: 2014-08-15 +----------------------------------- +Changes: +----------------------------------- +Small change, forgot to add -m to the debugger inxi output. + +----------------------------------- +-- Harald Hope - Fri, 15 Aug 2014 16:43:47 -0700 + ===================================================================================== Version: 2.1.96 Patch Version: 00