Skip to content

Commit 5eb7d6a

Browse files
authored
[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)
1 parent 75dfd10 commit 5eb7d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/release-nacos.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<file>
5656
<!--打好的jar包名称和放置目录-->
5757
<source>../console/target/nacos-server.jar</source>
58-
<outputDirectory>/target/</outputDirectory>
58+
<outputDirectory>target/</outputDirectory>
5959
</file>
6060
</files>
6161

0 commit comments

Comments
 (0)