Skip to content

Instantly share code, notes, and snippets.

@michaelcarwile
Created January 30, 2015 12:47
Show Gist options
  • Save michaelcarwile/cf3f02925193b580c576 to your computer and use it in GitHub Desktop.
Save michaelcarwile/cf3f02925193b580c576 to your computer and use it in GitHub Desktop.
Permissions Fix
#!/bin/bash
sudo chown -R www-data:www-data /var/www/
sudo chmod -R g+w /var/www/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment