Skip to content

Instantly share code, notes, and snippets.

@franksmule
Created April 12, 2014 15:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franksmule/10542811 to your computer and use it in GitHub Desktop.
Save franksmule/10542811 to your computer and use it in GitHub Desktop.
Prestashop Permissions Script
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
@kimsonvu
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment