Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permissions issue with log folder #24

Open
charlesreid1 opened this issue Sep 14, 2018 · 0 comments
Open

Permissions issue with log folder #24

charlesreid1 opened this issue Sep 14, 2018 · 0 comments

Comments

@charlesreid1
Copy link
Contributor

By default, when we make directory /tmp/archie with subprocess, it has overly restrictive permissions, so it makes it hard to switch between users on beavo and still read the log.

Need to change everything in /tmp/archie to be g+w:

chmod -R g+w /tmp/archie

Add a subprocess call that runs this command into the uncle archie script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant