Merge pull request #307 from justincormack/proxyvmbus

use platform not vmbus consistently
This commit is contained in:
Rolf Neugebauer 2016-07-20 12:17:20 +01:00 committed by GitHub
commit 996cab9f17

View File

@ -12,7 +12,7 @@ start()
ebegin "Setting up proxy port service"
mkdir -p /port
if [ -d /sys/bus/vmbus ]; then
if [ "$(mobyplatform)" = "windows" ]; then
# Running on a Hyper-V hypervisor
/sbin/9pmount-vsock --serviceid 0B95756A-9985-48AD-9470-78E060895BE7 listen port /port
else