diff --git a/update b/update index 41b2db9c..80be20a8 100755 --- a/update +++ b/update @@ -63,6 +63,9 @@ git pull --no-rebase > .updated if [ $checkout -eq 1 ]; then git checkout $branch git pull --no-rebase > .updated + FLAG=1 + echo "Running update script again" + /home/pi/CubeSatSim/update fi make debug