We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d12e3 commit eabd4e9Copy full SHA for eabd4e9
1 file changed
root/etc/cont-init.d/50-config
@@ -17,5 +17,4 @@ cd /app/www/ || exit 1
17
18
s6-setuidgid abc /usr/bin/bundle exec rails db:prepare
19
20
-chown -R abc:abc \
21
- /config
+find /config -path /config/mastodon/public/system -prune -o -exec chown abc:abc {} +
0 commit comments