From a5e49dc9a7551ac7ae73697aa18303ccd39d2545 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 16:49:30 -0600 Subject: [PATCH] 1749854970 --- reconfig_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 4958a4f..55bbdc6 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -60,7 +60,7 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip echo "/boot/firmware/config.txt already updated, skipping..." else # APPEND to /boot/firmware/config.txt - sudo bash -c "cat $bootfirmwareconfig >> $bootfirmwareconfig_new" + sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig" # pps and gpio uart # echo "Adding lines to /boot/firmware/config.txt to enable pps and gpio uart..." # sudo bash -c "echo '# GPS PPS GPIO Signal' >> /boot/firmware/config.txt"