Executable folders

This commit is contained in:
Bob Mottram 2017-07-09 13:42:45 +01:00
parent 30e2887310
commit bfc1dae28d
1 changed files with 6 additions and 0 deletions

View File

@ -880,6 +880,12 @@ function gnusocial_use_pleroma {
fi
cp $INSTALL_DIR/pleroma/dist/index.html /var/www/${domain_name}/htdocs/index.html
chmod +x static/css
chmod +x static/font
chmod +x static/font/css
chmod +x static/font/font
chmod +x static/js
chmod +x static
chown -R www-data:www-data /var/www/${domain_name}/htdocs
systemctl restart nginx