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