From a115f8b24cea2df0cafa08eebe8453f8620b9787 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Jun 2021 21:16:15 -0400 Subject: [PATCH] Update config --- config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config b/config index 2f180dda..6da16ad4 100755 --- a/config +++ b/config @@ -8,13 +8,13 @@ if [ "$1" = "" ]; then set -- $value if [ "$1" = "ARG1=a" ]; then - echo "APRS mode set" + echo "APRS mode is set" elif [ "$1" = "ARG1=f" ]; then - echo "FSK mode set" + echo "FSK mode is set" elif [ "$1" = "ARG1=b" ]; then - echo "BPSK mode set" + echo "BPSK mode is set" elif [ "$1" = "ARG1=s" ]; then - echo "SSTV mode set" + echo "SSTV mode is set" else echo fi