mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
printing out python version before running xiin. Not yet logged.
This commit is contained in:
parent
7dfa71fdf3
commit
b6d597a6ce
1
inxi
1
inxi
|
@ -1396,6 +1396,7 @@ debug_data_collector()
|
||||||
if [[ $b_run_xiin == 'true' ]];then
|
if [[ $b_run_xiin == 'true' ]];then
|
||||||
echo $Line
|
echo $Line
|
||||||
echo "Running $xiin_file tool now on /sys..."
|
echo "Running $xiin_file tool now on /sys..."
|
||||||
|
echo "Using Python version:" && python --version
|
||||||
python ./$xiin_file -d /sys -f $xiin_data_file
|
python ./$xiin_file -d /sys -f $xiin_data_file
|
||||||
if [[ $? -ne 0 ]];then
|
if [[ $? -ne 0 ]];then
|
||||||
error=$?
|
error=$?
|
||||||
|
|
Loading…
Reference in a new issue