From ed0f47252e91d950cb4807e897e1e6f31a8d65bf Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 19 Jan 2026 08:49:45 -0500 Subject: [PATCH] Update update to update on new branch --- update | 3 +++ 1 file changed, 3 insertions(+) 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