Skip to content

Commit b36a02d

Browse files
authored
Update ClusterQuickStart.md (#112)
1 parent f2856b3 commit b36a02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ sbin/stop-standalone.sh
145145
# 2. 检查是否还有进程残留
146146
jps
147147
# 或者
148-
ps -ef|gerp iotdb
148+
ps -ef|grep iotdb
149149

150150
# 3. 如果有进程残留,则手动kill
151151
kill -9 <pid>

0 commit comments

Comments
 (0)