LingxinMeng 10 月之前
父節點
當前提交
71e872e474
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deploy/run-plugin-compile.sh

+ 1 - 0
deploy/run-plugin-compile.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 
 # 插件编译接口
+mkdir -p ./deploy/log/
 rm -rf ./deploy/log/plugin-compile*
 nohup ./deploy/exe/plugin-compile.exe > ./deploy/log/plugin-compile.out 2>&1 &