1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-17 23:30:11 -07:00

fix variable typo

This commit is contained in:
KM4ACK 2020-05-19 10:32:57 -05:00
parent 92f36b44fa
commit f58daa10e6

View File

@ -23,7 +23,7 @@ MYPATH=$HOME/patmenu2/ardop-list/
LOG=$HOME/Documents/mylog.txt LOG=$HOME/Documents/mylog.txt
GRIDCK=$(jq .locator $HOME/.wl2k/config.json) GRIDCK=$(jq .locator $HOME/.wl2k/config.json)
if [ ${#GRIDCK} -lt 3 ] if [ ${$GRIDCK} -lt 3 ]
then then
echo "Grid square not set in Pat Configure" | tee -a $LOG echo "Grid square not set in Pat Configure" | tee -a $LOG
echo "Distances/Bearings will not be accurate" echo "Distances/Bearings will not be accurate"