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

Change mkdir to mkdir -p in scripts #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Change mkdir to mkdir -p in scripts #43

wants to merge 2 commits into from

Conversation

meirbon
Copy link

@meirbon meirbon commented Aug 2, 2017

Self explanatory, but might be a nice little addition. I tend to create a public folder in the folder from which the website will be served. It looks like this:

- my-website
    - my-application
    - public
        - index.php (starts application from ../my-application)

So both the 'my-website' and public folder have to be created, which makes mkdir -p necessary.

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

Successfully merging this pull request may close these issues.

1 participant