Executable folders
This commit is contained in:
parent
30e2887310
commit
bfc1dae28d
|
@ -880,6 +880,12 @@ function gnusocial_use_pleroma {
|
|||
fi
|
||||
|
||||
cp $INSTALL_DIR/pleroma/dist/index.html /var/www/${domain_name}/htdocs/index.html
|
||||
chmod +x static/css
|
||||
chmod +x static/font
|
||||
chmod +x static/font/css
|
||||
chmod +x static/font/font
|
||||
chmod +x static/js
|
||||
chmod +x static
|
||||
chown -R www-data:www-data /var/www/${domain_name}/htdocs
|
||||
|
||||
systemctl restart nginx
|
||||
|
|
Loading…
Reference in New Issue