fix bug_7629 (#7630)
parent
82db009781
commit
2d73083e87
|
|
@ -98,7 +98,7 @@ case $startStop in
|
||||||
|
|
||||||
(status)
|
(status)
|
||||||
# more details about the status can be added later
|
# more details about the status can be added later
|
||||||
serverCount=`ps -ef |grep "$CLASS" |grep -v "grep" |wc -l`
|
serverCount=`ps -ef | grep "$DOLPHINSCHEDULER_HOME" | grep "$CLASS" | grep -v "grep" | wc -l`
|
||||||
state="STOP"
|
state="STOP"
|
||||||
# font color - red
|
# font color - red
|
||||||
state="[ \033[1;31m $state \033[0m ]"
|
state="[ \033[1;31m $state \033[0m ]"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue