diff --git a/inxi b/inxi index 1231167..1205c5c 100755 --- a/inxi +++ b/inxi @@ -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=$?