updated script to ensure the correct working dir

This commit is contained in:
2020-04-07 16:39:58 -05:00
parent 0c4cfcdfcf
commit e32e826083
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash -x
WORKING_DIR="/home/SOC.NORTHWESTERN.EDU/bmh1867/covid19"
cd $WORKING_DIR
TZ="UTC"
date_string=${OVERRIDE_DATE_STRING:-$(date +%Y%m%d)}