From 2fa3013d4381f2a3f46c46ce1a7a5043669ecf49 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Fri, 11 Mar 2022 10:39:02 -0600 Subject: [PATCH] update --- getardoplist | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/getardoplist b/getardoplist index 8eb7c42..7d7df2d 100755 --- a/getardoplist +++ b/getardoplist @@ -87,15 +87,13 @@ if [ -f $PACKET ]; then rm $PACKET fi -#put date on top line of each file -echo "List Last Downloaded $(date)" >> $FILE -echo "List Last Downloaded $(date)" >> $FORTY -echo "List Last Downloaded $(date)" >> $EIGHTY -echo "List Last Downloaded $(date)" >> $TWENTY -echo "List Last Downloaded $(date)" >> $THIRTY -echo "List Last Downloaded $(date)" >> $PACKET -#yad --center --progress --pulsate --timeout-indicator=top --auto-close --no-buttons --text="Start Download" +#create file that has grid variable used in calculations +touch $HOME/patmenu2/ardop-list/grid.txt +MYGRID=$(grep locator $HOME/.config/pat/config.json | sed 's/.*": //;s/"//g;s/,//') +echo "GRID=$MYGRID" > $HOME/patmenu2/ardop-list/grid.txt +echo "LASTDL=List downloaded `date`" >> $HOME/patmenu2/ardop-list/grid.txt + #download list to individual files. DL(){