diff --git a/src/freedombone-utils-gnusocialtools b/src/freedombone-utils-gnusocialtools index b4f87f41..97d223ff 100755 --- a/src/freedombone-utils-gnusocialtools +++ b/src/freedombone-utils-gnusocialtools @@ -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