From bfc1dae28dafca2a04de8051ed2254bd7b7568a5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 9 Jul 2017 13:42:45 +0100 Subject: [PATCH] Executable folders --- src/freedombone-utils-gnusocialtools | 6 ++++++ 1 file changed, 6 insertions(+) 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