#13526 The errata is fixed
This commit is contained in:
parent
60f8c45836
commit
e141b49ba0
|
@ -7723,7 +7723,7 @@ UPDATE
|
||||||
SET
|
SET
|
||||||
`tdeployment_hosts`.`deploy_method` = 'HTTP',
|
`tdeployment_hosts`.`deploy_method` = 'HTTP',
|
||||||
`tdeployment_hosts`.`deploy_port` = 5985,
|
`tdeployment_hosts`.`deploy_port` = 5985,
|
||||||
`tdeployment_hosts`.`temp_folder` = 'C:\Widnows\Temp'
|
`tdeployment_hosts`.`temp_folder` = 'C:\Windows\Temp'
|
||||||
WHERE
|
WHERE
|
||||||
`tdeployment_hosts`.`id_os` = `tconfig_os`.`id_os` AND `tconfig_os`.`name` = 'Windows' AND `tdeployment_hosts`.`deployed` = 0;
|
`tdeployment_hosts`.`id_os` = `tconfig_os`.`id_os` AND `tconfig_os`.`name` = 'Windows' AND `tdeployment_hosts`.`deployed` = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue