From 9d4c62454f17c6485a34fc38adc1cfe9d6020f0e Mon Sep 17 00:00:00 2001 From: "D. Mitch Bailey" Date: Thu, 22 Aug 2024 07:56:18 -0700 Subject: [PATCH] corrected user id source message --- scripts/run_gpio-id_check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_gpio-id_check b/scripts/run_gpio-id_check index 2db2c1b8..2bf3e930 100755 --- a/scripts/run_gpio-id_check +++ b/scripts/run_gpio-id_check @@ -123,7 +123,7 @@ fi echo "Step 2. comparing expected values to layout values..." if [[ -f $CHIP_ID_SOURCE ]]; then - echo "Reading gpio defaults from $CHIP_ID_SOURCE" | + echo "Reading chip id from $CHIP_ID_SOURCE" | tee -a $log_file else printf "\n** Missing $CHIP_ID_SOURCE **\n" |