Skip to content

Commit 47974c8

Browse files
committed
Don't recursively chown
1 parent 9453557 commit 47974c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

root/etc/cont-init.d/50-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cd /app/www/ || exit 1
1717

1818
s6-setuidgid abc /usr/bin/bundle exec rails db:prepare
1919

20-
find /config -path /config/mastodon/public/system -prune -o -exec chown abc:abc {} +
20+
chown abc:abc /config/mastodon/public/system

0 commit comments

Comments
 (0)