This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
new ae7fe772e [BUG] fix typos in service startup script (#3922)
ae7fe772e is described below
commit ae7fe772e20eed2568c211ce42a2477c7b90beaf
Author: GuoPhilipse <[email protected]>
AuthorDate: Tue Nov 29 10:46:20 2022 +0800
[BUG] fix typos in service startup script (#3922)
---
linkis-dist/package/sbin/linkis | 4 ++--
linkis-dist/package/sbin/linkis-start-all.sh | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/linkis-dist/package/sbin/linkis b/linkis-dist/package/sbin/linkis
index c4e42177b..3719d7b5a 100644
--- a/linkis-dist/package/sbin/linkis
+++ b/linkis-dist/package/sbin/linkis
@@ -91,8 +91,8 @@ sh $LINKIS_HOME/sbin/linkis-daemon.sh status $1
if [ $? -ne 0 ]; then
ALL_SERVER_NAME=linkis-$1
LOG_PATH=$LINKIS_HOME/logs/$ALL_SERVER_NAME.log
- echo "ERROR: your $ALL_SERVER_NAME microservice is not start successful
!!! ERROR logs as follows :"
- echo "Please check detail log, log path :$LOG_PATH"
+ echo "ERROR: your $ALL_SERVER_NAME microservice does not start
successful !!! ERROR logs as follows :"
+ echo "Please check detail log, log path :$LOG_PATH"
else
echo [OK]
echo ""
diff --git a/linkis-dist/package/sbin/linkis-start-all.sh
b/linkis-dist/package/sbin/linkis-start-all.sh
index e5c58667f..0c9c825a6 100644
--- a/linkis-dist/package/sbin/linkis-start-all.sh
+++ b/linkis-dist/package/sbin/linkis-start-all.sh
@@ -112,12 +112,12 @@ executeCMD $SERVER_IP "$SERVER_CHECK_CMD"
if [ $? -ne 0 ]; then
ALL_SERVER_NAME=linkis-$SERVER_NAME
LOG_PATH=$LINKIS_HOME/logs/$ALL_SERVER_NAME.log
- echo "ERROR: your $ALL_SERVER_NAME microservice is not start successful
!!! ERROR logs as follows :"
- echo "Please check detail log, log path :$LOG_PATH"
+ echo "ERROR: your $ALL_SERVER_NAME microservice does not start
successful !!! ERROR logs as follows :"
+ echo "Please check detail log, log path :$LOG_PATH"
echo '<---------------------------------------------------->'
executeCMD $ALL_SERVER_NAME "tail -n 50 $LOG_PATH"
echo '<---------------------------------------------------->'
- echo "Please check detail log, log path :$LOG_PATH"
+ echo "Please check detail log, log path :$LOG_PATH"
exit 1
fi
echo "<-------------------------------->"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]