LingxinMeng 11 bulan lalu
induk
melakukan
224f33ab55
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 &