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

/tmp #3

Closed
kerroncheddie opened this issue Jan 29, 2012 · 1 comment
Closed

/tmp #3

kerroncheddie opened this issue Jan 29, 2012 · 1 comment

Comments

@kerroncheddie
Copy link

file/folder permissions needs to be set
mkdir /tmp seems to mess up the usage of the folder
but chmod 1777 /tmp seems to fix the issue.

hope this helps.

@fluxer
Copy link
Collaborator

fluxer commented Jan 30, 2012

Fixed in master and devel branch. Now the files inside /tmp will be deleted instead of the directory so permissions will remain as they were:

rm -rf /tmp/* /tmp/.??*

@fluxer fluxer closed this as completed Jan 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants