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:
parent
92f36b44fa
commit
f58daa10e6
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user