We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62c222 commit d85403aCopy full SHA for d85403a
app/job_ssh.go
@@ -325,7 +325,7 @@ func (m ModJobSshStruct) setupClusterInner(clusterConf clusterconf.ClusterConfYm
325
output, _ := util.StartRemoteCmds(
326
hosts,
327
// install telego,
328
- util.ModRunCmd.CmdModels().InstallTelegoWithPy()+" && "+
+ util.ModRunCmd.CmdModels().InstallTelegoWithPy()+"; "+
329
// update authorized_keys
330
strings.Join(m.NewSshCmd(SshJob{Mode: SshModeSetupThisNode}.ModeString()), " "),
331
clusterConf.Global.SshPasswd,
0 commit comments