File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -329,10 +329,10 @@ func (a *HostAgent) Run(ctx context.Context) error {
329
329
if err := os .WriteFile (vncfile , []byte (vncdisplay ), 0600 ); err != nil {
330
330
return err
331
331
}
332
- vncurl := "vnc://:" + vncpasswd + "@ " + net .JoinHostPort (vnchost , vncport )
333
- logrus .Infof ("VNC server running at <%s>" , vncurl )
334
- logrus .Infof ("VNC Display: \" %s \" `%s`" , vncdisplay , vncfile )
335
- logrus .Infof ("VNC Password: \" %s \" `%s`" , vncpasswd , vncpwdfile )
332
+ vncurl := "vnc://" + net .JoinHostPort (vnchost , vncport )
333
+ logrus .Infof ("VNC server running at %s <%s>" , vncdisplay , vncurl )
334
+ logrus .Infof ("VNC Display: `%s`" , vncfile )
335
+ logrus .Infof ("VNC Password: `%s`" , vncpwdfile )
336
336
}
337
337
338
338
stBase := events.Status {
You can’t perform that action at this time.
0 commit comments