Skip to content

Commit 2935ec8

Browse files
committed
hotfix: 修复发布版本的启动脚本错误
1 parent e156539 commit 2935ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skywalking-server/bin/swserver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ echo "CLASSPATH=$CLASSPATH"
4848

4949
JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false"
5050

51-
$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.ai.cloud.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&
51+
$JAVA ${JAVA_OPTS} -classpath $CLASSPATH com.a.eye.skywalking.reciever.CollectionServer >> ${SW_SERVER_BIN_DIR}/../log/sw-server.log & 2>&1&

0 commit comments

Comments
 (0)