From c74bc6b286421a068be8428676b1c784c168b67c Mon Sep 17 00:00:00 2001 From: Prateek Date: Thu, 9 Mar 2017 18:05:23 +0530 Subject: [PATCH] fixing variable for -self-ip --- command/install_maya.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/install_maya.go b/command/install_maya.go index 6db429a2df..ac1b294fc8 100644 --- a/command/install_maya.go +++ b/command/install_maya.go @@ -317,7 +317,7 @@ func (c *InstallMayaCommand) startMayaserver() int { var runop int = 0 - c.Cmd = exec.Command("sh", StartMayaServerScript) + c.Cmd = exec.Command("sh", StartMayaServerScript, c.self_ip) if runop := execute(c.Cmd, c.M.Ui); runop != 0 { c.M.Ui.Error("Install failed: Systemd failed: Error starting mayaserver")