Skip to content

Added simonrose to tmp dir name

Simon Rose requested to merge iocshwhoami into master

At the moment, if different users try to run an IOC on the same machine the second user will be blocked, as the /tmp/ directory is created by the first user. This simply changes it so that each user gets their own /tmp/ directory to put startup scripts in.

Merge request reports