mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
fixed tabs/spaces
This commit is contained in:
parent
ba8ed4d8b2
commit
ac3fe7fdb5
2
inxi
2
inxi
|
@ -1397,7 +1397,7 @@ debug_data_collector()
|
|||
echo $Line
|
||||
echo "Running $xiin_file tool now on /sys..."
|
||||
echo "Using Python version:" && python --version
|
||||
python --version &> $debug_data_dir/python-version.txt
|
||||
python --version &> $debug_data_dir/python-version.txt
|
||||
python ./$xiin_file -d /sys -f $xiin_data_file
|
||||
if [[ $? -ne 0 ]];then
|
||||
error=$?
|
||||
|
|
Loading…
Reference in a new issue