Created
October 15, 2014 10:52
-
-
Save Mause/45037a7bb5d9919b5d23 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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