From 5ca157712a8263d166d0a2880800cf8b14f962b7 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 18:25:54 -0400 Subject: [PATCH] Update command wait 20 seconds --- command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command b/command index a79c617f..90b4942e 100755 --- a/command +++ b/command @@ -2,6 +2,8 @@ echo -e "\nCommand and Control script for CubeSatSim v1.3.2\n" +sleep 20 + FILE=/home/pi/CubeSatSim/command_control if [ -f "$FILE" ]; then echo "Radio command and control is ON"