Update to log python version. Not going to bump version number since this isn't greatly important and I just bumped the version number. So version 1.8.13 will have python version logging included.

This commit is contained in:
trash80.v2.0 2012-07-02 03:29:23 +00:00
parent e874c108eb
commit 0aef2c518d

3
inxi
View file

@ -1396,7 +1396,8 @@ debug_data_collector()
if [[ $b_run_xiin == 'true' ]];then
echo $Line
echo "Running $xiin_file tool now on /sys..."
echo "Using Python version:" && python --version
echo "Using Python version:" &&
python --version &> $debug_data_dir/python-version.txt
python ./$xiin_file -d /sys -f $xiin_data_file
if [[ $? -ne 0 ]];then
error=$?