sethgoldin / davinci-resolve-postgresql-workflow-tools

Effortlessly set up automatic backups and automatic optimizations of DaVinci Resolve Studio's PostgreSQL databases
Other
80 stars 11 forks source link

Add a check to make sure that `~/Library/LaunchAgents` acually exists #8

Closed sethgoldin closed 6 years ago

sethgoldin commented 6 years ago

When a new user is created on a fresh macOS system, ~/Library/LaunchAgents isn't automatically created.

This script should be amended with a mkdir -p ~/Library/LaunchAgents line to make sure to create the folder if it doesn't already exist.

sethgoldin commented 6 years ago

This was fixed with this commit: https://github.com/sethgoldin/davinci-resolve-postgresql-workflow-tools/commit/21f21ff5693792c4e2ef4f59699fe0c24c859047