Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Sep 12, 2023
1 parent 46ddf20 commit 5537074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenas/usr/bin/truenas-developer-enable.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def chmod_files():

if do_chmod:
print(f'{entry.path}: setting execute on file.')
os.chmod(entry.path, 0o755)
os.chmod(entry.path, entry.stat().st_mode | EXECUTE_BITS)


if __name__ == '__main__':
Expand Down

0 comments on commit 5537074

Please sign in to comment.