From bf5e7884832a246841a41046d7903502a9e809ef Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 8 Oct 2018 10:36:04 +0200 Subject: [PATCH] chmod sur les assets seulement --- HowtoMastodon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoMastodon.md b/HowtoMastodon.md index 7d1cb6da..69de0adb 100644 --- a/HowtoMastodon.md +++ b/HowtoMastodon.md @@ -149,7 +149,7 @@ Compilation des assets : ~~~ $ bundle exec rails assets:precompile -$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public +$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/assets ~~~ ### Unités systemd @@ -352,7 +352,7 @@ $ bundle install --deployment --without development test $ yarn install --pure-lockfile $ bundle exec rails db:migrate $ bundle exec rails assets:precompile -$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public +$ chmod -R u=rwX,g=rwX,o=rX /home/mastodon/mastodon/public/assets $ exit # systemctl restart mastodon-*.service ~~~