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