From a5853945913c3774dc4f4c7e41b63f4743dbfdf7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 8 Mar 2026 10:39:41 -0400 Subject: [PATCH] Update install add missing fi --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install b/install index 6a705b6d..d24d05cc 100755 --- a/install +++ b/install @@ -375,6 +375,7 @@ if [ -d "/home/pi/direwolf" ]; then else echo "Could not find the URL for the 'origin' remote for Direwolf" fi +fi if [ ! -d "/home/pi/direwolf" ]; then @@ -426,7 +427,7 @@ if [ $checkout -eq 1 ]; then git checkout $branch git pull --no-rebase > .updated FLAG=1 - echo "Running update script again" + echo "Running update again" /home/pi/CubeSatSim/install exit fi