Reuse terminal slave command by exec agent
parent
830cc34070
commit
1ba4369b4e
|
|
@ -86,7 +86,6 @@ func init() {
|
|||
"/bin/bash",
|
||||
"shell interpreter and command to execute on slave side of the pty",
|
||||
)
|
||||
process.ShellInterpreter = term.Cmd
|
||||
|
||||
// workspace master server configuration
|
||||
flag.StringVar(
|
||||
|
|
@ -188,6 +187,7 @@ func main() {
|
|||
cleaner := process.NewCleaner(processCleanupPeriodInMinutes, processCleanupThresholdInMinutes)
|
||||
cleaner.CleanPeriodically()
|
||||
}
|
||||
process.ShellInterpreter = term.Cmd
|
||||
|
||||
// terminal configuration
|
||||
if term.ActivityTrackingEnabled {
|
||||
|
|
|
|||
Loading…
Reference in New Issue