ccf 3 年之前
父節點
當前提交
9413a5f99f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      command/Start.php

+ 1 - 0
command/Start.php

@@ -95,6 +95,7 @@ class Start
             }
             // 容器存储目录
             $directory = $this->containersBasePath . $name;
+            echo $directory;exit;
 
             // 创建日志相关目录
             mkdir($directory . '/log/pm2', 0777, true); //