소스 검색

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