mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
bug fix
This commit is contained in:
parent
a1d3fb0d32
commit
778ab41d79
2
inxi
2
inxi
|
@ -2376,7 +2376,7 @@ get_partition_data()
|
|||
IGNORECASE=1
|
||||
devBase=""
|
||||
}
|
||||
mountPoint=""
|
||||
devBase=""
|
||||
# this is required because below we are subtracting from NF, so it has to be
|
||||
# > 1, actually greater than 4, but that is so unlikely to occur because
|
||||
# the real issue is long file system names that force the wrap of df output: //fileserver/main
|
||||
|
|
Loading…
Reference in a new issue