mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
no version change, debugger test
This commit is contained in:
parent
e019b33206
commit
fef0cb879c
3
inxi
3
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 1.0.4-b1-t4
|
||||
#### version: 1.0.4-b1-t5
|
||||
#### Date: 1 March 2009
|
||||
########################################################################
|
||||
#### SPECIAL THANKS
|
||||
|
@ -2552,6 +2552,7 @@ get_partition_data_advanced()
|
|||
A_PARTITION_DATA[i]=${a_partition_working[0]}","${a_partition_working[1]}","${a_partition_working[2]}","${a_partition_working[3]}","${a_partition_working[4]}","$dev_item","$dev_label","$dev_uuid
|
||||
IFS="$ORIGINAL_IFS"
|
||||
done
|
||||
echo A_PARTITION_DATA ${A_PARTITION_DATA[@]}
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue