From 2ef349372307c161e47afe1d4be650c5cb71cdf8 Mon Sep 17 00:00:00 2001 From: ligang Date: Thu, 23 May 2019 11:05:37 +0800 Subject: [PATCH] update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6c7d140d41..bf66ef1e3b 100644 --- a/install.sh +++ b/install.sh @@ -377,7 +377,7 @@ if [ "true" = $monitorServerState ];then kill $TARGET_PID sleep 5 if kill -0 $TARGET_PID > /dev/null 2>&1; then - echo "$command did not stop gracefully after 5 seconds: killing with kill -9" + echo "monitor server did not stop gracefully after 5 seconds: killing with kill -9" kill -9 $TARGET_PID fi else