Permissions

This commit is contained in:
Bob Mottram 2016-11-08 18:00:39 +00:00
parent ab0ef66923
commit 08266d1d20
1 changed files with 2 additions and 0 deletions

View File

@ -460,6 +460,8 @@ function install_lychee {
function_check configure_php
configure_php
chmod -R 777 /var/www/$LYCHEE_DOMAIN_NAME/htdocs/uploads/
chmod -R 777 /var/www/$LYCHEE_DOMAIN_NAME/htdocs/data/
chown -R www-data:www-data /var/www/$LYCHEE_DOMAIN_NAME/htdocs
LYCHEE_ONION_HOSTNAME=$(add_onion_service lychee 80 ${LYCHEE_ONION_PORT})