FNNDSC / pman

A process management system written in python
MIT License
23 stars 33 forks source link

/tmp/pman reused #89

Closed betaredex closed 3 years ago

betaredex commented 6 years ago

/tmp/pman is used both for copying the pman (the program) into a docker container (see Dockerfile:33) as well as the default path for the database. I deleted rm -rf /tmp/pman from the Dockerfile for debugging purposes, and was very confused when pman tried to read /tmp/pman as a database when the pman files were still there. The path should probably be changed to prevent confusion.