mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +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 $Line
|
||||||
echo "Running $xiin_file tool now on /sys..."
|
echo "Running $xiin_file tool now on /sys..."
|
||||||
echo "Using Python version:" && python --version
|
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
|
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