recc-tech / tech

Documentation and scripts for the production team at River's Edge Community Church
2 stars 0 forks source link

Race condition between update, download, and summary scripts at FOH #302

Closed louis-hildebrand closed 1 month ago

louis-hildebrand commented 2 months ago

Three scripts run on startup at the FOH station: one that updates all the scripts, one that downloads assets from Planning Center, and one that creates a summary of the plan. However, it seems the computer won't necessarily run them in order. Therefore, we should write a new startup.command script which calls the other three in order and set that one to run on startup instead.