We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82db009 commit 2d73083Copy full SHA for 2d73083
1 file changed
script/dolphinscheduler-daemon.sh
@@ -98,7 +98,7 @@ case $startStop in
98
99
(status)
100
# more details about the status can be added later
101
- serverCount=`ps -ef |grep "$CLASS" |grep -v "grep" |wc -l`
+ serverCount=`ps -ef | grep "$DOLPHINSCHEDULER_HOME" | grep "$CLASS" | grep -v "grep" | wc -l`
102
state="STOP"
103
# font color - red
104
state="[ \033[1;31m $state \033[0m ]"
0 commit comments