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