some more debugger tweaks

This commit is contained in:
inxi-svn 2011-06-25 21:54:53 +00:00
parent 9cff4f10f2
commit 7af15ebeb6

6
inxi
View file

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