$provisionUID
This commit is contained in:
@@ -268,7 +268,7 @@ class Provision extends BaseController
|
||||
$destinationHomeFolder = "/home/chiefsoft/SITES/" . $ContainerName;
|
||||
$composer_template_path_local = $partMachineLocal . $provisionUID;
|
||||
$composer_template_path_remote = $remote_composer_path . $provisionUID;
|
||||
$ansible_transport_path = $ContainerName;
|
||||
$ansible_transport_path = $provisionUID; // $ContainerName;
|
||||
|
||||
$this->db->query("UPDATE provision_plans SET updated = now() WHERE id = $planId");
|
||||
$this->db->query("UPDATE members_products SET p_file = p_file + 1 WHERE id = $provisionId");
|
||||
|
||||
Reference in New Issue
Block a user