censusreporter / census-postgres-scripts

Scripts used to set up census-postgres on an Amazon EC2 instance.
MIT License
65 stars 34 forks source link

chmod issue with 02_download_acs_5yr.sh due to the change in directory structure by Census #3

Closed thisisbinod closed 8 years ago

thisisbinod commented 10 years ago

I couldn't remember if the issue was for 2011 or 2012 or both Correct chmod should be chmod 777 /mnt/tmp/acs2012_5yr/ /mnt/tmp/acs2012_5yr/tab4/ /mnt/tmp/acs2012_5yr/tab4/sumfile/ /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/ /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/2008thru2012/ /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/2008thru2012/group1/ /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/2008thru2012/group2/

chmod 644 /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/2008thru2012/group1/* /mnt/tmp/acs2012_5yr/tab4/sumfile/prod/2008thru2012/group2/*

iandees commented 8 years ago

Closing as stale.