Skip to content

Instantly share code, notes, and snippets.

@supermomonga
Forked from nojimage/eccube-permission.sh
Created February 19, 2014 13:40
Show Gist options
  • Save supermomonga/9092198 to your computer and use it in GitHub Desktop.
Save supermomonga/9092198 to your computer and use it in GitHub Desktop.
#!/bin/sh
## EC CUBE set permission
chmod -R o+w html/install/temp/
chmod -R o+w html/user_data/
chmod -R o+w html/upload/
chmod -R o+w data/class/
chmod -R o+w data/cache/
chmod -R o+w data/logs/
chmod -R o+w data/downloads/
chmod -R o+w data/upload/
chmod o+w data/Smarty/
chmod o+w data/Smarty/config
chmod -R o+w data/Smarty/templates
chmod -R o+w data/Smarty/templates_c
chmod o+w html/
chmod o+w data/config/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment