mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
Merge pull request #192 from dsheets/transfused-quiet-tmp-clean
transfused: use find rather than rm+glob to clean up /tmp
This commit is contained in:
commit
f75047d21c
@ -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