$composer_template_path_local

This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 18:09:35 -04:00
parent 8aac4b1df5
commit bc1d3eafb2
+7
View File
@@ -363,6 +363,13 @@ class Provision extends BaseController
// $ansible_transport_path = $pr->provision_uid; // $ContainerName;
$ansible_transport_path = $productUid; // $ContainerName;
// let us make sure all we promise are availale
//"WHAT_PART_LOCAL
if (!is_dir($composer_template_path_local )) {
mkdir($composer_template_path_local , 0700);
}
$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");
$params = [