[ISSUE #3370] Issue with executing shell script /bin/sh^M on Unix/Linux (#3371)

* Replace RuntimeException caused by HealthCheckerFactory with Nacos serialization exception

* 1. Format startup.sh and shutdown.sh. Use Unix/Linux standard newline LF
2. Solve the OS = Windows error when packaging Maven (does not affect packaging)
This commit is contained in:
GangHuo 2020-07-20 19:41:53 +08:00 committed by GitHub
parent 75dfd107bb
commit 5eb7d6a38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
<file>
<!--打好的jar包名称和放置目录-->
<source>../console/target/nacos-server.jar</source>
<outputDirectory>/target/</outputDirectory>
<outputDirectory>target/</outputDirectory>
</file>
</files>