Created
April 12, 2014 15:57
-
-
Save franksmule/10542811 to your computer and use it in GitHub Desktop.
Prestashop Permissions Script
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
chmod 755 -R config | |
chmod 755 -R tools/smarty/compile | |
chmod 755 -R tools/smarty/cache | |
chmod 755 -R tools/smarty_v2/compile | |
chmod 755 -R tools/smarty_v2/cache | |
chmod 755 -R sitemap.xml | |
chmod 755 -R log | |
chmod 755 -R img | |
chmod 755 -R mails | |
chmod 755 -R modules | |
chmod 755 -R themes/prestashop/lang | |
chmod 755 -R themes/prestashop/cache | |
chmod 755 -R translations | |
chmod 755 -R upload | |
chmod 755 -R download |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!