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 ace8ce1 commit 55c24a6Copy full SHA for 55c24a6
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