Skip to content

Commit

Permalink
fixing variable for -self-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekpandey14 committed Mar 9, 2017
1 parent 0396da8 commit c74bc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/install_maya.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c74bc6b

Please sign in to comment.