Skip to content
This repository was archived by the owner on Apr 28, 2024. It is now read-only.

Commit 32851cf

Browse files
committed
added /config to find chown
1 parent 4f05052 commit 32851cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ crontab -u abc /defaults/crontabs/abc
3434
CORES=$(nproc --all)
3535
find \
3636
/app/invoiceninja \
37+
/config \
3738
! -user abc ! -group abc -print0 | \
3839
xargs -P $((CORES*2*16)) -I {} chown abc:abc {}
39-
40-
find /config ! -perm -g+w -exec chmod g+w {} \;

0 commit comments

Comments
 (0)