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 &