Explorar el Código

Executable folders

Bob Mottram hace 7 años
padre
commit
bfc1dae28d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      src/freedombone-utils-gnusocialtools

+ 6
- 0
src/freedombone-utils-gnusocialtools Ver fichero

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