mirror of https://github.com/alibaba/nacos.git
This commit is contained in:
parent
17338d5aeb
commit
fcf61998d6
|
@ -15,7 +15,7 @@
|
||||||
cd `dirname $0`/../target
|
cd `dirname $0`/../target
|
||||||
target_dir=`pwd`
|
target_dir=`pwd`
|
||||||
|
|
||||||
pid=`pgrep -f nacos.nacos`
|
pid=`pgrep -f nacos.nacos | xargs`
|
||||||
if [ -z "$pid" ] ; then
|
if [ -z "$pid" ] ; then
|
||||||
echo "No nacosServer running."
|
echo "No nacosServer running."
|
||||||
exit -1;
|
exit -1;
|
||||||
|
|
Loading…
Reference in New Issue