mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
output fix
This commit is contained in:
parent
7bec613de9
commit
ee703d17c2
2
inxi
2
inxi
|
@ -1116,7 +1116,7 @@ print_it_out()
|
|||
{
|
||||
local hostName=$( hostname ) i=''
|
||||
local long_gfx='' long_cpu='' long_last='' long_intro='' short_full=''
|
||||
local root_home_data="$( df -h -T | egrep '(/|/boot|/var|/home)$' | C1=${C1} C2=${C2} awk '{print ENVIRON["C1"]"Partition:"ENVIRON["C2"], $7, ENVIRON["C1"]"- ", ENVIRON["C1"]"Size:"ENVIRON["C2"], $3, ENVIRON["C1"]"Used:"ENVIRON["C2"], $4, "(", $6, ")"}' )"
|
||||
local root_home_data="$( df -h -T | egrep '(/|/boot|/var|/home)$' | C1=${C1} C2=${C2} awk '{print ENVIRON["C1"]"Partition:"ENVIRON["C2"], $7, ENVIRON["C1"]"- ", ENVIRON["C1"]"size:"ENVIRON["C2"], $3, ENVIRON["C1"]"used:"ENVIRON["C2"], $4, "(", $6, ")"}' )"
|
||||
root_home_data=$( echo $root_home_data )
|
||||
|
||||
if [ "$VERBOSITY_LEVEL" -gt 0 ]
|
||||
|
|
Loading…
Reference in a new issue