File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,8 @@ installPackage
354354# ##Update appjoint entrance linkis.properties
355355echo " $SERVERNAME -step4:update linkis.properties"
356356SERVER_CONF_PATH=$SERVER_HOME /$SERVERNAME /conf/linkis.properties
357- ssh $SERVER_IP " sed -i \" s#wds.linkis.entrance.config.logPath.*#wds.linkis.entrance.config.logPath=$WORKSPACE_USER_ROOT_PATH #g\" $SERVER_CONF_PATH "
358- ssh $SERVER_IP " sed -i \" s#wds.linkis.resultSet.store.path.*#wds.linkis.resultSet.store.path=$RESULT_SET_ROOT_PATH #g\" $SERVER_CONF_PATH "
357+ ssh -p $SSH_PORT $SERVER_IP " sed -i \" s#wds.linkis.entrance.config.logPath.*#wds.linkis.entrance.config.logPath=$WORKSPACE_USER_ROOT_PATH #g\" $SERVER_CONF_PATH "
358+ ssh -p $SSH_PORT $SERVER_IP " sed -i \" s#wds.linkis.resultSet.store.path.*#wds.linkis.resultSet.store.path=$RESULT_SET_ROOT_PATH #g\" $SERVER_CONF_PATH "
359359isSuccess " subsitution linkis.properties of $SERVERNAME "
360360echo " <----------------$SERVERNAME :end------------------->"
361361echo " "
@@ -441,6 +441,6 @@ APPJOINTPARENT=dss-appjoints
441441APPJOINTNAME=schedulis
442442# schedulis appjoint install
443443installAppjoints
444- isSuccess " subsitution conf of qualitis "
444+ isSuccess " subsitution conf of schedulis "
445445echo " <----------------$APPJOINTNAME :end------------------->"
446446fi
You can’t perform that action at this time.
0 commit comments