mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
11 lines
114 B
Go
11 lines
114 B
Go
// +build !linux
|
|
|
|
package executor
|
|
|
|
import (
|
|
"os/exec"
|
|
)
|
|
|
|
func (e *ExecScriptCheck) setChroot(cmd *exec.Cmd) {
|
|
}
|