Kaynağa Gözat

Executable folders

Bob Mottram 7 yıl önce
ebeveyn
işleme
bfc1dae28d
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6
    0
      src/freedombone-utils-gnusocialtools

+ 6
- 0
src/freedombone-utils-gnusocialtools Dosyayı Görüntüle

@@ -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