mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
transfused: use find rather than rm+glob to clean up /tmp
This avoids annoying error messages about . and .. Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
fb87dcc359
commit
ede31ffe5b
@ -7,7 +7,7 @@ start()
|
||||
ebegin "Starting FUSE socket passthrough"
|
||||
|
||||
mkdir -p /Mac
|
||||
rm -rf /tmp/* /tmp/.*
|
||||
find /tmp -mindepth 1 -delete
|
||||
|
||||
PIDFILE=/var/run/transfused.pid
|
||||
STARTUP_LOGFILE=/var/transfused_start.log
|
||||
|
Loading…
Reference in New Issue
Block a user