diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 2653726..8e68f82 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -47,7 +47,7 @@ class Home extends BaseController $composer_template_contents = file_get_contents($composer_template_path); // Do the processing $composer_template_contents = str_replace("WHAT_CONTAINER_NAME", $ContainerName, $composer_template_contents); - $destinationHomeFolder = "/home/chiefsoft/".$ContainerName; + $destinationHomeFolder = "/home/chiefsoft/SITES/".$ContainerName; $composer_template_contents = str_replace("DESTINATION_FOLDER", $destinationHomeFolder, $composer_template_contents); //Save to the specific path