yumeng %!s(int64=5) %!d(string=hai) anos
pai
achega
e47e77021c

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-dev.yml

@@ -158,4 +158,4 @@ logging:
   config: classpath:logback-dev.xml
 chrome:
   script:
-    clean: /mnt/webapp/cleanProcess.sh
+    clean: sh /mnt/webapp/cleanProcess.sh

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -155,5 +155,5 @@ logging:
   config: classpath:logback-prod.xml
 chrome:
   script:
-    clean: /mnt/webapp/cleanProcess.sh
+    clean: sh /mnt/webapp/cleanProcess.sh
 

+ 1 - 1
jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -158,4 +158,4 @@ logging:
   config: classpath:logback-test.xml
 chrome:
   script:
-    clean: /mnt/webapp/cleanProcess.sh
+    clean: sh /mnt/webapp/cleanProcess.sh