mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
more adjustments
This commit is contained in:
parent
58eda26bff
commit
77fe7b1855
2
inxi
2
inxi
|
@ -2641,7 +2641,7 @@ print_lines_basic()
|
|||
1) indent_full=$indent_main
|
||||
# temp_count=$( wc -c <<< $2 )
|
||||
temp_count=${#2}
|
||||
if [[ $temp_count -lt $indent_full ]];then
|
||||
if [[ $temp_count -le $indent_full ]];then
|
||||
indent_working=$indent_full
|
||||
else
|
||||
indent_working=$temp_count #$(( $temp_count + 1 ))
|
||||
|
|
Loading…
Reference in a new issue