Skip to content

Commit d85403a

Browse files
committed
allow install telego fail because main node may be just setup
1 parent b62c222 commit d85403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/job_ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (m ModJobSshStruct) setupClusterInner(clusterConf clusterconf.ClusterConfYm
325325
output, _ := util.StartRemoteCmds(
326326
hosts,
327327
// install telego,
328-
util.ModRunCmd.CmdModels().InstallTelegoWithPy()+" && "+
328+
util.ModRunCmd.CmdModels().InstallTelegoWithPy()+"; "+
329329
// update authorized_keys
330330
strings.Join(m.NewSshCmd(SshJob{Mode: SshModeSetupThisNode}.ModeString()), " "),
331331
clusterConf.Global.SshPasswd,

0 commit comments

Comments
 (0)