From 39f4605149eaa60621b2d4b60dcb3a635db8e5d3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 22 Nov 2023 09:07:47 -0500 Subject: [PATCH] Update update for new version --- update | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update b/update index 74eeb250..7aa04e5a 100755 --- a/update +++ b/update @@ -212,7 +212,10 @@ git pull --no-rebase > .updated_p FLAG=1 fi - if ! grep -q force_turbo=1 /boot/config.txt ; then sudo sh -c 'echo "force_turbo=1" >> /boot/config.txt'; fi + if ! grep -q force_turbo=1 /boot/config.txt ; then + sudo sh -c 'echo "force_turbo=1" >> /boot/config.txt' + FLAG=1 + fi #if [ ! -f "/home/pi/CubeSatSim/telem_string.txt" ]; then