From 7e1c4805256a8aa4f353e2c1f2526665c38e9502 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:00:59 -0600 Subject: [PATCH] 1749855659 --- reconfig_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 41b4f55..55bbdc6 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -56,7 +56,7 @@ grep -q -e "GPS PPS signals" /boot/firmware/config.txt grepconfig=$? # configure the overlay -if [ $grepconfig -ne 0 ]; then # if config exists, skip +if [ $grepconfig -eq 0 ]; then # if config exists, skip echo "/boot/firmware/config.txt already updated, skipping..." else # APPEND to /boot/firmware/config.txt