Reuse terminal slave command by exec agent

6.19.x
Yevhenii Voevodin 2017-02-15 18:19:59 +02:00
parent 830cc34070
commit 1ba4369b4e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {