Changed windows default temp folder

This commit is contained in:
Enrique Martin 2024-02-28 17:27:16 +01:00
parent a7a0813cf5
commit 146ffef66b
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ UPDATE
SET
`tdeployment_hosts`.`deploy_method` = 'HTTP',
`tdeployment_hosts`.`deploy_port` = 5985,
`tdeployment_hosts`.`temp_folder` = '$env:TEMP'
`tdeployment_hosts`.`temp_folder` = 'C:\\Widnows\\Temp'
WHERE
`tdeployment_hosts`.`id_os` = `tconfig_os`.`id_os` AND `tconfig_os`.`name` = 'Windows' AND `tdeployment_hosts`.`deployed` = 0;