From 2d4cf8b9bd6a7b78a69c1dd3721928a2d66d836d Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:05:11 -0600 Subject: [PATCH] 1749855911 --- reconfig_full.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index ceb3f2e..d1b436f 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -61,7 +61,8 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip else # APPEND to /boot/firmware/config.txt echo "Appending configs to /boot/firmware/config.txt" - sudo bash -c "cat $bootfirmwareconfig_new; echo $bootfirmwareconfig" + sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig" + echo $? # 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"