1749855659

This commit is contained in:
2025-06-13 17:00:59 -06:00
parent d73afffaa1
commit 7e1c480525
+1 -1
View File
@@ -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