scripts/diagnostic: Fix log line

This commit is contained in:
Maximilian Luz 2021-10-10 02:12:31 +02:00
parent f7a40b266d
commit 0ea139d365
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -221,7 +221,7 @@ fi
# collect lspci
if [[ " ${components[*]} " =~ " lspci " ]]; then
echo " - kernel configuration"
echo " - lspci"
sudo lspci -nn -vvv > "${tmpdir}/lspci.txt"
sudo lspci -nn -v -t > "${tmpdir}/lspci-tree.txt"