1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 23:00:11 -07:00
This commit is contained in:
KM4ACK 2020-05-19 15:15:22 -05:00
commit e6ee17fa43

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"