continer file
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user