mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 13:55:43 +02:00
update execution in proxmox plugin
This commit is contained in:
parent
44963e0083
commit
ddd6d6ad8b
@ -7754,4 +7754,7 @@ ALTER TABLE `tdeployment_hosts` DROP COLUMN `arch`;
|
|||||||
-- Update all deployment recon tasks port
|
-- Update all deployment recon tasks port
|
||||||
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
||||||
|
|
||||||
|
--Update execution in proxmox discovery plugin
|
||||||
|
UPDATE `tdiscovery_apps_executions` SET `execution` = ''_exec1_' --conf '_tempfileProxmox_'' WHERE `short_name` = 'pandorafms.proxmox';
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user