mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
bug fix
This commit is contained in:
parent
ecde3e165e
commit
274e065ddb
2
inxi
2
inxi
|
@ -1903,7 +1903,7 @@ get_hdd_data_basic()
|
||||||
percent = used/full
|
percent = used/full
|
||||||
print "percent : " percent
|
print "percent : " percent
|
||||||
}' )
|
}' )
|
||||||
if [[ $B_TESTING_2 == 'true' ]];then
|
elif [[ $B_TESTING_2 == 'true' ]];then
|
||||||
hdd_used=$( df | gawk '
|
hdd_used=$( df | gawk '
|
||||||
p {
|
p {
|
||||||
if (/^\/dev\/(mapper\/|[hs]d[a-z][0-9]+)/) {
|
if (/^\/dev\/(mapper\/|[hs]d[a-z][0-9]+)/) {
|
||||||
|
|
Loading…
Reference in a new issue