Skip to content

Instantly share code, notes, and snippets.

@seanwittmeyer
Created April 8, 2019 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanwittmeyer/30982a84c05da58909b9346e27c63acb to your computer and use it in GitHub Desktop.
Save seanwittmeyer/30982a84c05da58909b9346e27c63acb to your computer and use it in GitHub Desktop.
photos permissions, with secret sauce
sudo chown -R bitnami:daemon /opt/bitnami/apps/wordpress/htdocs
sudo find /opt/bitnami/apps/title/htdocs -type d -exec chmod 0775 {} \;
sudo find /opt/bitnami/apps/title/htdocs -type f -exec chmod 0664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment