|
|
@@ -94,8 +94,7 @@ class Start
|
|
|
throw new Exception('创建数据库记录失败');
|
|
|
}
|
|
|
// 容器存储目录
|
|
|
- $directory = $this->containersBasePath . $name;
|
|
|
- echo $directory;exit;
|
|
|
+ $directory = $this->containersBasePath;
|
|
|
|
|
|
// 创建日志相关目录
|
|
|
mkdir($directory . '/log/pm2', 0777, true); //
|