mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
and some more cleanup
This commit is contained in:
parent
f02f760794
commit
c8a9ebec8d
2
inxi
2
inxi
|
@ -3543,7 +3543,7 @@ get_sensors_data()
|
|||
get_unmounted_partition_data()
|
||||
{
|
||||
eval $LOGFS
|
||||
local a_unmounted_working='' a_unmounted_temp='' mounted_partitions='' separator=''
|
||||
local a_unmounted_working='' mounted_partitions='' separator=''
|
||||
local dev_disk_label='' dev_disk_uuid='' dev_working='' uuid_working='' label_working=''
|
||||
|
||||
if [[ $B_PARTITIONS_FILE == 'true' ]];then
|
||||
|
|
Loading…
Reference in a new issue