1749855659
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ grep -q -e "GPS PPS signals" /boot/firmware/config.txt
|
|||||||
grepconfig=$?
|
grepconfig=$?
|
||||||
|
|
||||||
# configure the overlay
|
# 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..."
|
echo "/boot/firmware/config.txt already updated, skipping..."
|
||||||
else
|
else
|
||||||
# APPEND to /boot/firmware/config.txt
|
# APPEND to /boot/firmware/config.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user