This commit is contained in:
inxi-svn 2011-05-06 21:16:30 +00:00
parent e6c4b8cba3
commit f121e25ac9

2
inxi
View file

@ -1258,7 +1258,7 @@ debug_data_collector()
if [[ $? -gt 0 && ! -f xiin ]];then if [[ $? -gt 0 && ! -f xiin ]];then
error_handler 17 'xiin' error_handler 17 'xiin'
fi fi
if [[ -n $( grep 'checkPython' xiin ) ]];then if [[ -n $( grep -s 'checkPython' xiin ) ]];then
echo 'Running xiin tool now on /sys...' echo 'Running xiin tool now on /sys...'
python ./xiin -d /sys -f $xiin_data_file || error_handler 19 'xiin' python ./xiin -d /sys -f $xiin_data_file || error_handler 19 'xiin'
else else