Skip to content

Instantly share code, notes, and snippets.

@herveguetin
Created November 20, 2014 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herveguetin/9c4d139f37ed1a304c41 to your computer and use it in GitHub Desktop.
Save herveguetin/9c4d139f37ed1a304c41 to your computer and use it in GitHub Desktop.
Reset Magento permissions
find . -type f -exec chmod 644 {} \; && find . -type d -exec chmod 755 {} \; && chmod 550 mage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment