mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Make sure to set ownership on all files/folders, event hidden ones.
This commit is contained in:
parent
b9c26567c0
commit
b1036f6e21
@ -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…
x
Reference in New Issue
Block a user