Make sure to set ownership on all files/folders, event hidden ones.
This commit is contained in:
parent
b9c26567c0
commit
b1036f6e21
1 changed files with 1 additions and 1 deletions
|
@ -61,6 +61,6 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Take ownership of the config directory content.
|
# Take ownership of the config directory content.
|
||||||
chown -R $USER_ID:$GROUP_ID /config/*
|
find /config -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
|
||||||
|
|
||||||
# vim: set ft=sh :
|
# vim: set ft=sh :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue