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