/tmp #3

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

Comments

Projects
None yet
2 participants

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.

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 Jan 30, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment