This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b36a02d2 Update ClusterQuickStart.md (#112)
b36a02d2 is described below
commit b36a02d2f04900a5e4e148cc6ecc9fb389b64c31
Author: zongyonghao <[email protected]>
AuthorDate: Fri Nov 8 17:06:31 2024 +0800
Update ClusterQuickStart.md (#112)
---
src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md
b/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md
index 8f748b62..43c8850e 100644
--- a/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md
+++ b/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md
@@ -145,7 +145,7 @@ sbin/stop-standalone.sh
# 2. 检查是否还有进程残留
jps
# 或者
-ps -ef|gerp iotdb
+ps -ef|grep iotdb
# 3. 如果有进程残留,则手动kill
kill -9 <pid>