No need to take ownership of the config directory: this is done by the baseimage.

This commit is contained in:
Jocelyn Le Sage 2022-10-09 23:56:48 -04:00
parent d2615c3028
commit d52d8e95bf

View File

@ -68,7 +68,4 @@ do
touch "$LOG_FILE" touch "$LOG_FILE"
done done
# Take ownership of the config directory content.
find /config -mindepth 1 -exec chown $USER_ID:$GROUP_ID {} \;
# vim: set ft=sh : # vim: set ft=sh :