mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
update debuggers
This commit is contained in:
parent
11058950f0
commit
84af892826
4
inxi
4
inxi
|
@ -1151,7 +1151,7 @@ get_audio_data-test1()
|
||||||
driver = ""
|
driver = ""
|
||||||
}
|
}
|
||||||
' ) )
|
' ) )
|
||||||
echo ${A_AUDIO_DATA[@]}
|
# echo ${A_AUDIO_DATA[@]}
|
||||||
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
|
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
|
||||||
# in case of failure of first check do this instead
|
# in case of failure of first check do this instead
|
||||||
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then
|
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then
|
||||||
|
@ -1912,7 +1912,7 @@ get_networking_data()
|
||||||
}
|
}
|
||||||
}') )
|
}') )
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
echo ${A_NETWORK_DATA[@]}
|
# echo ${A_NETWORK_DATA[@]}
|
||||||
}
|
}
|
||||||
|
|
||||||
get_partition_data()
|
get_partition_data()
|
||||||
|
|
Loading…
Reference in a new issue