From f58daa10e62cf8012b5df32aeed3e0b251b0070d Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Tue, 19 May 2020 10:32:57 -0500 Subject: [PATCH] fix variable typo --- getardoplist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getardoplist b/getardoplist index 45879b0..d004f4c 100755 --- a/getardoplist +++ b/getardoplist @@ -23,7 +23,7 @@ MYPATH=$HOME/patmenu2/ardop-list/ LOG=$HOME/Documents/mylog.txt GRIDCK=$(jq .locator $HOME/.wl2k/config.json) -if [ ${#GRIDCK} -lt 3 ] +if [ ${$GRIDCK} -lt 3 ] then echo "Grid square not set in Pat Configure" | tee -a $LOG echo "Distances/Bearings will not be accurate"