From 37b6cdbd197f567890b5c3c2d0f9a21c63daaf54 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 21 Jun 2024 05:05:14 -0400 Subject: [PATCH] Update config only allow squelch 1-8 not 0 --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index cc7024bf..fdb2f786 100755 --- a/config +++ b/config @@ -583,7 +583,7 @@ elif [ "$1" = "-q" ]; then # echo $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} - echo -e "Enter squelch (integer 0 - 8): " + echo -e "Enter squelch (integer 1 - 8): " read sq