Skip to content

Instantly share code, notes, and snippets.

@eagleyed
Created March 22, 2018 23:14
Show Gist options
  • Save eagleyed/fabd0a66cad7e590554c21fda63c4e8f to your computer and use it in GitHub Desktop.
Save eagleyed/fabd0a66cad7e590554c21fda63c4e8f to your computer and use it in GitHub Desktop.
Change ownership of your application folder so that it can allow update / install plugins..
sudo chown -R www-data:www-data /var/www/html/your-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment