浏览代码

Executable folders

Bob Mottram 7 年前
父节点
当前提交
bfc1dae28d
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      src/freedombone-utils-gnusocialtools

+ 6
- 0
src/freedombone-utils-gnusocialtools 查看文件

@@ -880,6 +880,12 @@ function gnusocial_use_pleroma {
880 880
     fi
881 881
 
882 882
     cp $INSTALL_DIR/pleroma/dist/index.html /var/www/${domain_name}/htdocs/index.html
883
+    chmod +x static/css
884
+    chmod +x static/font
885
+    chmod +x static/font/css
886
+    chmod +x static/font/font
887
+    chmod +x static/js
888
+    chmod +x static
883 889
     chown -R www-data:www-data /var/www/${domain_name}/htdocs
884 890
 
885 891
     systemctl restart nginx