From d73afffaa171d154037897410025b5306e9ca513 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 16:59:21 -0600 Subject: [PATCH] 1749855561 --- reconfig_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 55bbdc6..41b4f55 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 -eq 0 ]; then # if config exists, skip +if [ $grepconfig -ne 0 ]; then # if config exists, skip echo "/boot/firmware/config.txt already updated, skipping..." else # APPEND to /boot/firmware/config.txt