Skip to content

Commit

Permalink
Change to bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusonex authored May 29, 2017
1 parent c2b5f85 commit 697005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func executeDeployScript(name string) {
}

// Prepare deploy script for execution
cmd := exec.Command("su", "-s", "/bin/sh", "-c", commandBuffer.String(), deployment.User)
cmd := exec.Command("su", "-s", "/bin/bash", "-c", commandBuffer.String(), deployment.User)

// Redirect stdout, stderr
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 697005e

Please sign in to comment.