diff --git a/scripts/iiab-diagnostics b/scripts/iiab-diagnostics index 696bf9432..2c298dc21 100755 --- a/scripts/iiab-diagnostics +++ b/scripts/iiab-diagnostics @@ -147,6 +147,7 @@ cat_file /.iiab-image cat_file /etc/iiab/iiab.env cat_file /etc/iiab/iiab.ini cat_file /etc/iiab/local_vars.yml +cat_file /etc/iiab/iiab_state.yml cat_file /etc/iiab/config_vars.yml cat_file /etc/resolv.conf cat_file /etc/network/interfaces diff --git a/scripts/iiab-diagnostics.README.md b/scripts/iiab-diagnostics.README.md index bd3e4d53a..ef0ec021b 100644 --- a/scripts/iiab-diagnostics.README.md +++ b/scripts/iiab-diagnostics.README.md @@ -60,4 +60,4 @@ But first off, the file is compiled by harvesting 1 + 6 kinds of things: ## Source Code -Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 100-197 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible. +Please look over the bottom of [iiab-diagnostics](iiab-diagnostics) (lines 100-198 especially) to learn more about which common IIAB files and commands make this rapid troubleshooting possible.