Merge pull request #312 from justincormack/vsuddvmbus

Use platform name not vmbus
This commit is contained in:
Justin Cormack 2016-07-21 09:52:48 +01:00 committed by GitHub
commit 27f6130cb8

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