1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-18 15:50:10 -07:00

update to support alternate grid lists

This commit is contained in:
KM4ACK 2021-04-04 06:30:38 -05:00
parent 37c6d4f1c5
commit b925e13991

View File

@ -30,6 +30,9 @@ echo "Distances/Bearings will not be accurate"
exit exit
fi fi
GRID=$(grep locator ~/.wl2k/config.json | sed 's/"locator"://;s/"//g;s/,//;s/ //g')
echo "GRID=$GRID" > $HOME/patmenu2/.grid
#make directory if it doesn't exist #make directory if it doesn't exist
mkdir -p $MYPATH mkdir -p $MYPATH
@ -41,6 +44,7 @@ TWENTY=$MYPATH'20mardoplist.txt'
THIRTY=$MYPATH'30mardoplist.txt' THIRTY=$MYPATH'30mardoplist.txt'
PACKET=$MYPATH'packet.txt' PACKET=$MYPATH'packet.txt'
#check internet connection #check internet connection
echo "Please wait while we check your internet connection" echo "Please wait while we check your internet connection"
echo "This may take up to a minute" echo "This may take up to a minute"