From 1e524b7c0f6faa7afe906ad68680c3c4374bfa89 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 8 Nov 2020 11:10:17 -0500 Subject: [PATCH] Update demo.sh --- demo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo.sh b/demo.sh index f5f10742..d5f18982 100755 --- a/demo.sh +++ b/demo.sh @@ -31,7 +31,8 @@ else elif [ "$1" = "s" ]; then echo "Mode is continuous SSTV" while true; do sleep 5; done - els3 [ "$1" = "f" ]; then + else + [ "$1" = "f" ]; then echo "Mode is continuous FSK" /home/pi/CubeSatSim/radioafsk fsk fi