Skip to content

Commit

Permalink
squash w/ startup/shutdown. Remove TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Nov 9, 2024
1 parent f99b892 commit d7bb962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setup_irods.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ def setup_service_account(irods_config, irods_user, irods_group):
pwd.getpwnam(irods_user).pw_uid,
grp.getgrnam(irods_group).gr_gid)

# TODO Get the user/group one time and use it everywhere.
os.lchown(os.path.join(irods.paths.runstate_directory(), 'irods'),
pwd.getpwnam(irods_user).pw_uid,
grp.getgrnam(irods_group).gr_gid)
Expand Down

0 comments on commit d7bb962

Please sign in to comment.