From 482c06018fd28d8552c4a9494c2f737ad5627bc0 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 07:07:55 -0600 Subject: [PATCH] testan a reboold --- reconfig_full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconfig_full.sh b/reconfig_full.sh index 75a59bc..4143d99 100644 --- a/reconfig_full.sh +++ b/reconfig_full.sh @@ -90,7 +90,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 cat $bootfirmwareconfig_new >> $bootfirmwareconfig + sudo bash -c "cat $bootfirmwareconfig_new >> $bootfirmwareconfig" echo $? fi