Don't recursively chown

This commit is contained in:
TheSpad 2022-11-27 21:35:34 +00:00
parent 94535578c4
commit 47974c8756
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -17,4 +17,4 @@ cd /app/www/ || exit 1
s6-setuidgid abc /usr/bin/bundle exec rails db:prepare
find /config -path /config/mastodon/public/system -prune -o -exec chown abc:abc {} +
chown abc:abc /config/mastodon/public/system