mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
transfused: remove anything in /tmp before starting
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
a798abb59b
commit
e725aa7d47
@ -7,6 +7,7 @@ start()
|
||||
ebegin "Starting FUSE socket passthrough"
|
||||
|
||||
mkdir -p /Mac
|
||||
rm -rf /tmp/* /tmp/.*
|
||||
|
||||
PIDFILE=/var/run/transfused.pid
|
||||
STARTUP_LOGFILE=/var/transfused_start.log
|
||||
|
Loading…
Reference in New Issue
Block a user