fix packer interpolation of packer log path (#10660)
This commit is contained in:
parent
3d55fa51d8
commit
c4a22e9a56
4
main.go
4
main.go
|
@ -80,10 +80,6 @@ func realMain() int {
|
|||
defer os.Remove(logTempFile.Name())
|
||||
defer logTempFile.Close()
|
||||
|
||||
// Tell the logger to log to this file
|
||||
os.Setenv(EnvLog, "")
|
||||
os.Setenv(EnvLogFile, "")
|
||||
|
||||
// Setup the prefixed readers that send data properly to
|
||||
// stdout/stderr.
|
||||
doneCh := make(chan struct{})
|
||||
|
|
Loading…
Reference in New Issue