From 9dfb36dd1eb76807cc3e48a191bcff5154804911 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 18 Dec 2023 07:55:25 -0500 Subject: [PATCH] Update extra_info.sh --- scripts/extra_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extra_info.sh b/scripts/extra_info.sh index 9c176a95c..65aa2a8c5 100755 --- a/scripts/extra_info.sh +++ b/scripts/extra_info.sh @@ -4,7 +4,7 @@ echo "........................................IPs....................................." echo "LAN IP: $(hostname -I|cut -d' ' -f1)" echo "Public IP: $(curl -s4 ifconfig.co)" -if ! dpkg -l | grep -q vcgencmd ; then +if dpkg -l | grep -q vcgencmd ; then echo "..................................\`vcgencmd stats\`.............................." sudo -u$USER vcgencmd get_throttled hex=$(sudo -u$USER vcgencmd get_throttled | cut -d'x' -f2)