From 4ceb0f50a46f6203e8e123f57ae619adbd849adc Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 5 Oct 2021 11:46:48 -0400 Subject: [PATCH] fixed choice --- groundstation/packet.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/groundstation/packet.sh b/groundstation/packet.sh index 29579421..6f69e27e 100755 --- a/groundstation/packet.sh +++ b/groundstation/packet.sh @@ -47,6 +47,8 @@ echo read -r choice +fi + if [ "$choice" = "1" ]; then frequency=144390000 @@ -145,7 +147,7 @@ else exit -fi +#fi fi