ソースを参照

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