Last active
September 23, 2015 10:01
-
-
Save alsanchez/49dc6ae2509c921c9df5 to your computer and use it in GitHub Desktop.
fix permissions for suphp
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
#!/bin/sh | |
find -type d -print -exec chmod 755 {} \; && find -type f -print -exec chmod 644 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment