From 0bc9b97a720f627e9c9eee7419a402c9c1999e08 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 7 Jan 2025 04:14:45 -0500 Subject: [PATCH] Update pacsat.sh add 30 second delay --- groundstation/pacsat.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/groundstation/pacsat.sh b/groundstation/pacsat.sh index 46293689..0e916410 100755 --- a/groundstation/pacsat.sh +++ b/groundstation/pacsat.sh @@ -40,6 +40,11 @@ echo sudo systemctl restart pacsatsim + +echo "Waiting 30 seconds for Pacsatsim to start" + +sleep 30 + #value=`cat /home/pi/CubeSatSim/sim.cfg` #echo "$value" > /dev/null #set -- $value