Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
stop injecting pseudo sudo command; if you don't want to use real one…
Browse files Browse the repository at this point in the history
  • Loading branch information
iori-yja committed Jan 31, 2019
1 parent 8f883a4 commit f34d0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/convert/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ func main() {
for _, cmd := range cmds {
docker.command = docker.command + fmt.Sprintf(", \"%s\" ", cmd)
}
docker.injectStringFile("/bin/sudo", "/bin/sudo", "#!/bin/sh\n\n$@")
//docker.injectStringFile("/bin/sudo", "/bin/sudo", "#!/bin/sh\n\n$@")

docker.envs = []struct {
name string
Expand Down

0 comments on commit f34d0de

Please sign in to comment.