Use platform name not vmbus

See #301

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-07-20 14:44:43 +01:00
parent 58625d3a1f
commit 5d933baed1

View File

@ -13,7 +13,7 @@ start()
ebegin "Starting vsock proxy"
if [ -d /sys/bus/vmbus ]; then
if [ "$(mobyplatform)" = "windows" ]; then
DOCKER_PORT=23a432c2-537a-4291-bcb5-d62504644739
SYSLOG_PORT="" #TBD
else