Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax authored Feb 6, 2025
1 parent b806301 commit 30fa2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for CURR_YEAR in $(seq ${START_YEAR} ${END_YEAR}); do
done

END_GPS_WEEK=$(( ( $(date -u +%s) - $(date -u -d'1980-01-06 00:00:00' +%s) ) / 60 / 60 / 24 / 7 ))
START_GPS_WEEK=$(( ${END_GPS_WEEK} - 52 ))
START_GPS_WEEK=$(( ${END_GPS_WEEK} - 4 ))
for CURR_GPS_WEEK in $(seq ${START_GPS_WEEK} ${END_GPS_WEEK}); do
echo "STARTING GPS WEEK: ${CURR_GPS_WEEK}"
# target dir source dirs (space separated array) include globs (space separated array)
Expand Down

0 comments on commit 30fa2fb

Please sign in to comment.