testan a reboold

This commit is contained in:
2025-10-14 07:07:55 -06:00
parent 8f93677775
commit 482c06018f
+1 -1
View File
@@ -90,7 +90,7 @@ if [ $grepconfig -eq 0 ]; then # if config exists, skip
else else
# APPEND to /boot/firmware/config.txt # APPEND to /boot/firmware/config.txt
echo "Appending configs 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 $? echo $?
fi fi