mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
small tweak function name
This commit is contained in:
parent
af2a1da5db
commit
35643a105f
4
inxi
4
inxi
|
@ -958,7 +958,7 @@ get_graphics_data()
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
get_networking_data()
|
print_networking_data()
|
||||||
{
|
{
|
||||||
IFS=$'\n' LNNET=($( echo "$LSPCI" | gawk '
|
IFS=$'\n' LNNET=($( echo "$LSPCI" | gawk '
|
||||||
BEGIN { IGNORECASE=1 }
|
BEGIN { IGNORECASE=1 }
|
||||||
|
@ -1093,7 +1093,7 @@ print_it_out()
|
||||||
|
|
||||||
if [[ $VERBOSITY_LEVEL -ge 2 ]]
|
if [[ $VERBOSITY_LEVEL -ge 2 ]]
|
||||||
then
|
then
|
||||||
get_networking_data
|
print_networking_data
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Some code could look superfluous but BitchX doesn't like lines not ending in a newline. F*&k that bitch!
|
# Some code could look superfluous but BitchX doesn't like lines not ending in a newline. F*&k that bitch!
|
||||||
|
|
Loading…
Reference in a new issue