From 3adb8c68ff2a88c94ab0217ef2599bfe7b8524c4 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Fri, 13 Jun 2025 17:03:18 -0600 Subject: [PATCH] 1749855798 --- reconfig_full.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 29441de..ceb3f2e 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -49,7 +49,7 @@ sudo bash -c "cat $telegraf_new > $telegraf" echo -e "\tConfiguring udev" sudo bash -c "cat $udev_new > $udev_rule" echo -e "\tConfiguring hwclockset" -sudo bash -c "cat $hwclockset_new" # > $hwclockset" +sudo bash -c "cat $hwclockset_new > $hwclockset" # check if /boot/firmware/config.txt is configured yet grep -q -e "GPS PPS signals" /boot/firmware/config.txt @@ -61,7 +61,7 @@ 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 >> $bootfirmwareconfig" + sudo bash -c "cat $bootfirmwareconfig_new; echo $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"