mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
a few more code cleanups
This commit is contained in:
parent
cc57b5d821
commit
53c1ccb58d
2
inxi
2
inxi
|
@ -13644,7 +13644,7 @@ print_networking_ip_data()
|
||||||
full_string=$( create_print_line " " "$if_string" )
|
full_string=$( create_print_line " " "$if_string" )
|
||||||
print_screen_output "$full_string"
|
print_screen_output "$full_string"
|
||||||
if_string=''
|
if_string=''
|
||||||
if [[ ${a_interfaces_working[4]} != '' ]] && [[ $B_EXTRA_DATA == 'true' ]];then
|
if [[ ${a_interfaces_working[4]} != '' && $B_EXTRA_DATA == 'true' ]];then
|
||||||
IFS="^"
|
IFS="^"
|
||||||
a_ipv6_ext=(${a_interfaces_working[4]})
|
a_ipv6_ext=(${a_interfaces_working[4]})
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
|
|
Loading…
Reference in a new issue