You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/04/01 10:26:00 UTC

[incubator-linkis] branch dev-1.1.1 updated: fix linkis-cs-publicservice start script (#1857)

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.1.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.1 by this push:
     new 86f6e58  fix linkis-cs-publicservice start script (#1857)
86f6e58 is described below

commit 86f6e584475f1349825b83e7cc2de7503773ed8b
Author: legendtkl <ta...@gmail.com>
AuthorDate: Fri Apr 1 18:25:56 2022 +0800

    fix linkis-cs-publicservice start script (#1857)
---
 .../assembly-combined/sbin/ext/linkis-ps-publicservice                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly-combined-package/assembly-combined/sbin/ext/linkis-ps-publicservice b/assembly-combined-package/assembly-combined/sbin/ext/linkis-ps-publicservice
index 6a8ce65..eb75f9d 100644
--- a/assembly-combined-package/assembly-combined/sbin/ext/linkis-ps-publicservice
+++ b/assembly-combined-package/assembly-combined/sbin/ext/linkis-ps-publicservice
@@ -23,7 +23,7 @@ export SERVER_SUFFIX="linkis-public-enhancements/linkis-ps-publicservice"
 
 #export DEBUG_PORT=
 
-export SERVER_CLASS=org.apache.linkis.jobhistory.LinkisPublicServiceApp
+export SERVER_CLASS=org.apache.linkis.filesystem.LinkisPublicServiceApp
 
 export COMMON_START_BIN=$LINKIS_HOME/sbin/ext/linkis-common-start
 if [[ ! -f "${COMMON_START_BIN}" ]]; then

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org