Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should the scripts create directories that don't exist? #16

Open
ndushay opened this issue Feb 23, 2017 · 1 comment
Open

should the scripts create directories that don't exist? #16

ndushay opened this issue Feb 23, 2017 · 1 comment
Labels

Comments

@ndushay
Copy link
Contributor

ndushay commented Feb 23, 2017

This is bad on the deployed box, because it means

  • directories might be created in unexpected places
  • we don't have things set up properly for deployment (e.g. mounted dirs or capistrano linked_dirs)

On a local box, the first point above still applies ...

@dazza-codes
Copy link
Contributor

The directories should be checked and, if they do not exist, exit the script. (If there can be no harm in creating them below a given root/data path, then create them.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants