Skip to content

Commit e9609a7

Browse files
committed
wkdev-create: Recursively chown files in new home
1 parent 9cb3b53 commit e9609a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/host-only/wkdev-create

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ process_command_line_arguments() {
9999
cp --recursive --verbose /etc/skel "${container_user_home}"
100100

101101
# Set ownership / permissions
102-
chown ${container_user_id}:${container_group_id} "${container_user_home}"
102+
chown --recursive ${container_user_id}:${container_group_id} "${container_user_home}"
103103
chmod 750 "${container_user_home}"
104104

105105
default_config_directory="$(get_container_home_defaults_directory_name)"

0 commit comments

Comments
 (0)