X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/a9c9d939346c6fdd82867c1e9454917412028795..4cab6d622d7fcd382e5651a628a288d1316cf1af:/image_creator/os_type/unix.py diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index 478574b..655fd49 100644 --- a/image_creator/os_type/unix.py +++ b/image_creator/os_type/unix.py @@ -107,7 +107,7 @@ class Unix(OSBase): group.append(':'.join(fields)) self.g.write('/etc/group', '\n'.join(group) + '\n') - + # Remove home directories for home in [field[5] for field in removed_users.values()]: if self.g.is_dir(home) and home.startswith('/home/'):