Skip to content

Instantly share code, notes, and snippets.

@Mause
Created October 15, 2014 10:52
Show Gist options
  • Save Mause/45037a7bb5d9919b5d23 to your computer and use it in GitHub Desktop.
Save Mause/45037a7bb5d9919b5d23 to your computer and use it in GitHub Desktop.
#!/bin/bash
chown www-data:www-data /var/www/docs;
chmod go+rx -R /var/www/docs;
chmod go+rw -R /var/www/builds;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment