Skip to content

Commit 7d78a1d

Browse files
author
aurel-g
authored
Update run
1 parent ed4e3e4 commit 7d78a1d

File tree

1 file changed

+2
-2
lines changed
  • docker/root/etc/s6-overlay/s6-rc.d/init-chown

1 file changed

+2
-2
lines changed

docker/root/etc/s6-overlay/s6-rc.d/init-chown/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#echo "-------------------------------------"
44
# permissions
55
#echo "chown'ing home directory to ensure correct permissions."
6-
find /home/abc -type d \( ! -user abc -o ! -group abc \) -exec chown -R {} \;
7-
find /home/abc -type f \( ! -user abc -o ! -group abc \) -exec chown {} \;
6+
find /home/abc -type d \( ! -user abc -o ! -group abc \) -exec chown -R abc:abc {} \;
7+
find /home/abc -type f \( ! -user abc -o ! -group abc \) -exec chown abc:abc {} \;
88
#echo "Done!"
99
#echo -e "-------------------------------------\n"
1010

0 commit comments

Comments
 (0)