Update /etc/static-components.conf for Consensus-Health
The crontab for depictor (new consensus-health) is set up and running, and the local update script for depictor calls the static file update script, but it pulls files from the wrong location. From what I can tell, static-components.conf is maintained by the Sysadmin-Team. The following line in /etc/static-components.conf ``` staticiforme.torproject.org consensus-health.torproject.org henryi.torproject.org /srv/consensus-health.torproject.org/doctor/out/website ``` should be changed to ``` staticiforme.torproject.org consensus-health.torproject.org henryi.torproject.org /srv/consensus-health.torproject.org/depictor/out ```
issue