Make sure to set ownership on all files/folders, event hidden ones.

This commit is contained in:
Jocelyn Le Sage 2018-09-18 13:03:04 -04:00
parent b9c26567c0
commit b1036f6e21

View File

@ -61,6 +61,6 @@ do
done
# 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 :