LingxinMeng 11 月之前
父节点
当前提交
224f33ab55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      run-plugin-compile.sh

+ 1 - 1
run-plugin-compile.sh

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