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

Make tmp directory if it doesn't exist #229

Merged
merged 1 commit into from
Sep 16, 2014
Merged

Commits on Sep 13, 2014

  1. Make tmp directory if it doesn't exist

    In mina-deploy#225, gabskoro noted that the tmp folder might not
    exist in all Rails projects. So, touching restart.txt won't actually do
    anything.
    
    This creates the tmp directory, in case it doesn't exist, with mkdir -p.
    Unfortunately, there isn't a flag for touch which forces intermediate
    directory creation, so we've got to use a separate command.
    dvdhsu committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    fbe6818 View commit details
    Browse the repository at this point in the history