ccf hace 3 años
padre
commit
e05f267d70
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      command/Start.php

+ 1 - 2
command/Start.php

@@ -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); //