too early to log here, fuse not up

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-17 14:49:35 +00:00
parent c22d1f36a6
commit 6178bb2221

View File

@ -28,11 +28,5 @@ start()
done done
if cat /proc/cmdline | grep -q 'com.docker.driverDir'
then
DRIVERDIR="/Mac$(cat /proc/cmdline | sed -e 's/.*com.docker.driverDir="//' -e 's/".*//')"
mount --bind "${DRIVERDIR}/log" /var/log
fi
eend 0 eend 0
} }