Don't chown /config/mastodon/ to speed up init

This commit is contained in:
TheSpad 2022-11-23 16:39:23 +00:00
parent 99d12e3f4a
commit eabd4e92e7
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

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