mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
some more debugger tweaks
This commit is contained in:
parent
9cff4f10f2
commit
7af15ebeb6
6
inxi
6
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
|
||||
|
|
Loading…
Reference in a new issue