From 7af15ebeb6a37efe0552c1772f0f9cfdc2b94077 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 25 Jun 2011 21:54:53 +0000 Subject: [PATCH] some more debugger tweaks --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 7bfca88..2e4e737 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### version: 1.7.12 #### Date: June 25 2011 -#### Patch Number: 05 +#### Patch Number: 06 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -1294,8 +1294,8 @@ debug_data_collector() echo -e "ERROR: Failed to download required file: $xiin_file\nMaybe the remote site is down or your networking is broken?" echo "Continuing with incomplete data collection." echo "$xiin_file download failed and no existing $xiin_file" >> $debug_data_dir/xiin-error.txt - elif [[ -n $( grep -s 'checkPython' <<< "$xiin_download" ) || -f $xiin_file ]];then - if [[ -n $( grep -s 'checkPython' <<< "$xiin_download" ) ]];then + elif [[ -n $( grep -s '# EOF' <<< "$xiin_download" ) || -f $xiin_file ]];then + if [[ -n $( grep -s '# EOF' <<< "$xiin_download" ) ]];then echo "Updating $xiin_file from remote location" echo "$xiin_download" > $xiin_file else