Created
April 16, 2016 12:30
-
-
Save zoka123/7d36a0736b8d395e1d8eab7d03fe9459 to your computer and use it in GitHub Desktop.
Fix Web App Permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -type d -exec chmod 755 {} \; | |
| find . -type f -exec chmod 644 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment