Skip to content

Commit 2d73083

Browse files
authored
fix bug_7629 (#7630)
1 parent 82db009 commit 2d73083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/dolphinscheduler-daemon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ case $startStop in
9898

9999
(status)
100100
# more details about the status can be added later
101-
serverCount=`ps -ef |grep "$CLASS" |grep -v "grep" |wc -l`
101+
serverCount=`ps -ef | grep "$DOLPHINSCHEDULER_HOME" | grep "$CLASS" | grep -v "grep" | wc -l`
102102
state="STOP"
103103
# font color - red
104104
state="[ \033[1;31m $state \033[0m ]"

0 commit comments

Comments
 (0)