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:
Justin Cormack 2016-06-09 11:40:12 +01:00
commit f75047d21c

View File

@ -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