continer file

This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 18:18:02 -04:00
parent bc1d3eafb2
commit b5f5d91e71
+4 -2
View File
@@ -365,8 +365,10 @@ class Provision extends BaseController
// 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);
// Remember this is in a CONTAINER
$this_composer_part_location = "/var/www/html/ANSIBLE/parts/". $productUid;
if (!is_dir( $this_composer_part_location )) {
mkdir($this_composer_part_location , 0700);
}