-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make UEP endpoint.log readable by default
There's a distinction between the file permissions, and the descriptor permissions. The descriptor, per stdout and stderr needs only to be writable. But the file, per other tools, needs to be readable. `chmod` is easy enough to invoke, but there's no need to for us to do the weird thing here. So, create the file with user rw perms.
- Loading branch information
1 parent
1f0f752
commit 480538d
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters