From ca15227f35e82165ea0cc5f21cf2c88871bc8912 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Dec 2021 09:27:45 -0500 Subject: [PATCH] iiab-diagnostics: PCI bus -> PCI buses for PR #3061 --- scripts/iiab-diagnostics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index a1cdf577c..1368a58a8 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -211,7 +211,7 @@ cat_cmd 'systemctl status hostapd' 'Downstream Wi-Fi: Is hostapd running?' cat_cmd 'ls -l /etc/wpa_supplicant' 'Upstream Wi-Fi' cat_cmd 'ps -AH' 'Process hierarchy: staging of hostapd & wpa_supplicant?' cat_cmd 'dmesg | grep brcm' 'Diagnostic messages: RPi Wi-Fi firmware' -cat_cmd 'lspci -nn' 'Devices on PCI bus' +cat_cmd 'lspci -nn' 'Devices on PCI buses' cat_cmd 'env' 'Environment variables' #cat_cmd 'ansible localhost -m setup 2>/dev/null' 'All Ansible facts' # For cleaner scraping of Ansible vars, consider "./runrole all-vars /tmp/all-ansible-vars" 27-31 lines above?