From 8c68a975e0accf4f2a157faf3e73617ec157ea64 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 13:40:22 -0500 Subject: [PATCH] forgot to pretty print that... --- Project-Includes/pi-detect.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Includes/pi-detect.sh b/Project-Includes/pi-detect.sh index b139bbe..b1837aa 100644 --- a/Project-Includes/pi-detect.sh +++ b/Project-Includes/pi-detect.sh @@ -1,7 +1,7 @@ function pi-detect() { -echo Now running "$FUNCNAME".... +print_info Now running "$FUNCNAME".... if [ -f /sys/firmware/devicetree/base/model ] ; then export IS_RASPI="1" fi @@ -9,5 +9,5 @@ fi if [ ! -f /sys/firmware/devicetree/base/model ] ; then export IS_RASPI="0" fi -echo Completed running "$FUNCNAME" +print_info Completed running "$FUNCNAME" } \ No newline at end of file