1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-21 01:00:09 -07:00

undo previous commit

This commit is contained in:
KM4ACK 2020-05-19 14:07:15 -05:00 committed by GitHub
parent 9650ad8ae4
commit 47508b2ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"